Index: src/bootstrapper.cc |
diff --git a/src/bootstrapper.cc b/src/bootstrapper.cc |
index 76b693d5dbb84ba3f07ac6ed0ae6931ae7610898..60c19b1d9eb18f0106a5c59932af0eed9bfcdcda 100644 |
--- a/src/bootstrapper.cc |
+++ b/src/bootstrapper.cc |
@@ -1481,7 +1481,7 @@ bool Genesis::CompileNative(Isolate* isolate, |
Vector<const char> name, |
Handle<String> source) { |
HandleScope scope(isolate); |
- Debugger::IgnoreScope compiling_natives(isolate->debugger()); |
+ Debug::IgnoreScope compiling_natives(isolate->debug()); |
// During genesis, the boilerplate for stack overflow won't work until the |
// environment has been at least partially initialized. Add a stack check |
// before entering JS code to catch overflow early. |