| Index: src/factory.h
|
| diff --git a/src/factory.h b/src/factory.h
|
| index 8549938e61b1b9629830080144ac77d8a9a9c5ed..276a1cb4beb0f0199a1ca21c05682b737a0dd53c 100644
|
| --- a/src/factory.h
|
| +++ b/src/factory.h
|
| @@ -607,9 +607,7 @@ class Factory V8_FINAL {
|
| Handle<Object> script,
|
| Handle<Object> stack_frames);
|
|
|
| -#ifdef ENABLE_DEBUGGER_SUPPORT
|
| Handle<DebugInfo> NewDebugInfo(Handle<SharedFunctionInfo> shared);
|
| -#endif
|
|
|
| // Return a map using the map cache in the native context.
|
| // The key the an ordered set of property names.
|
|
|