Revision: 22315
Author: [email protected]
Date: Thu Jul 10 10:48:28 2014 UTC
Log: Fix build.
[email protected]
Review URL: https://codereview.chromium.org/384663002
http://code.google.com/p/v8/source/detail?r=22315
Modified:
/branches/bleeding_edge/test/cctest/test-parsing.cc
=======================================
--- /branches/bleeding_edge/test/cctest/test-parsing.cc Thu Jul 10 10:28:05
2014 UTC
+++ /branches/bleeding_edge/test/cctest/test-parsing.cc Thu Jul 10 10:48:28
2014 UTC
@@ -1296,7 +1296,8 @@
"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(
--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.