| Index: src/debug.cc
|
| ===================================================================
|
| --- src/debug.cc (revision 4772)
|
| +++ src/debug.cc (working copy)
|
| @@ -758,9 +758,10 @@
|
| // Create the debugger context.
|
| HandleScope scope;
|
| Handle<Context> context =
|
| - Bootstrapper::CreateEnvironment(Handle<Object>::null(),
|
| - v8::Handle<ObjectTemplate>(),
|
| - NULL);
|
| + Isolate::Current()->bootstrapper()->CreateEnvironment(
|
| + Handle<Object>::null(),
|
| + v8::Handle<ObjectTemplate>(),
|
| + NULL);
|
|
|
| // Use the debugger context.
|
| SaveContext save;
|
|
|