Revision: 12957
Author:   [email protected]
Date:     Wed Nov 14 01:32:51 2012
Log:      Fix build errors.

[email protected]
BUG=

Review URL: https://chromiumcodereview.appspot.com/11364231
http://code.google.com/p/v8/source/detail?r=12957

Modified:
 /branches/bleeding_edge/test/cctest/test-parsing.cc

=======================================
--- /branches/bleeding_edge/test/cctest/test-parsing.cc Wed Nov 14 01:14:47 2012 +++ /branches/bleeding_edge/test/cctest/test-parsing.cc Wed Nov 14 01:32:51 2012
@@ -1101,7 +1101,7 @@
     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