Chromium Code Reviews

Unified Diff: src/bootstrapper.cc

Issue 358363002: Move platform abstraction to base library (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: updates Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: src/bootstrapper.cc
diff --git a/src/bootstrapper.cc b/src/bootstrapper.cc
index 8909e25f638032df8dba94649c659c6c9afc8331..c240869014f6f1f9a3fea0a7fe22b3ad166f75c9 100644
--- a/src/bootstrapper.cc
+++ b/src/bootstrapper.cc
@@ -2361,8 +2361,8 @@ bool Genesis::InstallExtension(Isolate* isolate,
// When an error is thrown during bootstrapping we automatically print
// the line number at which this happened to the console in the isolate
// error throwing functionality.
- OS::PrintError("Error installing extension '%s'.\n",
- current->extension()->name());
+ base::OS::PrintError("Error installing extension '%s'.\n",
+ current->extension()->name());
isolate->clear_pending_exception();
}
extension_states->set_state(current, INSTALLED);
« src/base/macros.h ('K') | « src/bignum-dtoa.cc ('k') | src/cached-powers.h » ('j') | no next file with comments »

Powered by Google App Engine