Index: src/x64/virtual-frame-x64.h |
=================================================================== |
--- src/x64/virtual-frame-x64.h (revision 3808) |
+++ src/x64/virtual-frame-x64.h (working copy) |
@@ -321,6 +321,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, |