Fix build errors. (issue 11364231)

3 views
Skip to first unread message

yan...@chromium.org

unread,
Nov 14, 2012, 4:31:45 AM11/14/12
to jkum...@chromium.org, v8-...@googlegroups.com
Reviewers: Jakob,

Description:
Fix build errors.


R=jkum...@chromium.org
BUG=


Please review this at https://chromiumcodereview.appspot.com/11364231/

SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files:
M test/cctest/test-parsing.cc


Index: test/cctest/test-parsing.cc
diff --git a/test/cctest/test-parsing.cc b/test/cctest/test-parsing.cc
index
826ee769aa650ac4b387a29b598f981c71a82197..ed480cd0d0dcb14afa5a73ff5f49e9d41357f1b6
100755
--- a/test/cctest/test-parsing.cc
+++ b/test/cctest/test-parsing.cc
@@ -1101,7 +1101,7 @@ void TestParserSync(i::Handle<i::String> source, int
flags) {
CHECK(maybe_object->To(&exception));
i::Handle<i::JSObject> exception_handle(exception);
i::Handle<i::String> message_string =
- i::GetProperty(exception_handle, "message");
+
i::Handle<i::String>::cast(i::GetProperty(exception_handle, "message"));

if (!data.has_error()) {
i::OS::Print(


jkum...@chromium.org

unread,
Nov 14, 2012, 4:32:34 AM11/14/12
to yan...@chromium.org, v8-...@googlegroups.com
Reply all
Reply to author
Forward
0 new messages