Chromium Code Reviews| Index: src/factory.cc |
| =================================================================== |
| --- src/factory.cc (revision 1738) |
| +++ src/factory.cc (working copy) |
| @@ -671,6 +671,7 @@ |
| } |
| +#ifdef ENABLE_DEBUGGER_SUPPORT |
| Handle<DebugInfo> Factory::NewDebugInfo(Handle<SharedFunctionInfo> shared) { |
| // Get the original code of the function. |
| Handle<Code> code(shared->code()); |
| @@ -700,6 +701,7 @@ |
| return debug_info; |
| } |
| +#endif |
| Handle<JSObject> Factory::NewArgumentsObject(Handle<Object> callee, |