Index: src/ia32/virtual-frame-ia32.h |
=================================================================== |
--- src/ia32/virtual-frame-ia32.h (revision 3808) |
+++ src/ia32/virtual-frame-ia32.h (working copy) |
@@ -324,6 +324,10 @@ |
Result CallRuntime(Runtime::Function* f, int arg_count); |
Result CallRuntime(Runtime::FunctionId id, int arg_count); |
+#ifdef ENABLE_DEBUGGER_SUPPORT |
+ void DebugBreak(); |
+#endif |
+ |
// Invoke builtin given the number of arguments it expects on (and |
// removes from) the stack. |
Result InvokeBuiltin(Builtins::JavaScript id, InvokeFlag flag, int arg_count); |