[v8] r12957 committed - Fix build errors....

6 views
Skip to first unread message

codesite...@google.com

unread,
Nov 14, 2012, 4:33:10 AM11/14/12
to v8-...@googlegroups.com
Revision: 12957
Author: yan...@chromium.org
Date: Wed Nov 14 01:32:51 2012
Log: Fix build errors.

R=jkum...@chromium.org
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(
Reply all
Reply to author
Forward
0 new messages