Reviewers: Jakob,

Description:
Fix build errors.


[email protected]
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(


--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to