Fix build.
TBR=marja@chromium.org Review URL: https://codereview.chromium.org/384663002 git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@22315 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
This commit is contained in:
parent
339bc81390
commit
d9d66d02b4
@ -1296,7 +1296,8 @@ void TestParserSyncWithFlags(i::Handle<i::String> source,
|
||||
"with error:\n"
|
||||
"\t%s\n"
|
||||
"However, the parser succeeded",
|
||||
source->ToCString().get(), FormatMessage(log.ErrorMessageData()));
|
||||
source->ToCString().get(),
|
||||
FormatMessage(log.ErrorMessageData())->ToCString().get());
|
||||
CHECK(false);
|
||||
} else if (result == kError) {
|
||||
v8::base::OS::Print(
|
||||
|
Loading…
Reference in New Issue
Block a user