| 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);
|
|
|