Commit e49a910d authored by yangguo@chromium.org's avatar yangguo@chromium.org

Fix build errors.

R=jkummerow@chromium.org
BUG=

Review URL: https://chromiumcodereview.appspot.com/11364231

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@12957 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent 4783d3c3
......@@ -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(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment