Index: src/runtime/runtime-debug.cc |
diff --git a/src/runtime/runtime-debug.cc b/src/runtime/runtime-debug.cc |
index 7c5546913756762c181d94dc9d85f2665948910a..5c2a5a5750af59b1d44c1a8ad84917b7d70e1021 100644 |
--- a/src/runtime/runtime-debug.cc |
+++ b/src/runtime/runtime-debug.cc |
@@ -2803,13 +2803,13 @@ RUNTIME_FUNCTION(Runtime_DebugAsyncTaskEvent) { |
} |
-RUNTIME_FUNCTION(RuntimeReference_DebugIsActive) { |
+RUNTIME_FUNCTION(Runtime_DebugIsActive) { |
SealHandleScope shs(isolate); |
return Smi::FromInt(isolate->debug()->is_active()); |
} |
-RUNTIME_FUNCTION(RuntimeReference_DebugBreakInOptimizedCode) { |
+RUNTIME_FUNCTION(Runtime_DebugBreakInOptimizedCode) { |
UNIMPLEMENTED(); |
return NULL; |
} |