Index: src/runtime/runtime-debug.cc |
diff --git a/src/runtime/runtime-debug.cc b/src/runtime/runtime-debug.cc |
index 87cca5e4474d0d55bc9724a865bd8f67473066d9..a85820c7826daa62c7a24e874835878deb91f809 100644 |
--- a/src/runtime/runtime-debug.cc |
+++ b/src/runtime/runtime-debug.cc |
@@ -2732,5 +2732,11 @@ RUNTIME_FUNCTION(RuntimeReference_DebugIsActive) { |
SealHandleScope shs(isolate); |
return Smi::FromInt(isolate->debug()->is_active()); |
} |
+ |
+ |
+RUNTIME_FUNCTION(RuntimeReference_DebugBreakInOptimizedCode) { |
+ UNIMPLEMENTED(); |
+ return NULL; |
+} |
} |
} // namespace v8::internal |