Index: src/d8.h |
diff --git a/src/d8.h b/src/d8.h |
index 39352000fd930b968eb565a6f9da42b7703a969b..db2edb93c98e5be4650447487c4e9130fd5776c2 100644 |
--- a/src/d8.h |
+++ b/src/d8.h |
@@ -294,10 +294,10 @@ class Shell : public i::AllStatic { |
static void MapCounters(const char* name); |
#ifdef ENABLE_DEBUGGER_SUPPORT |
- static Handle<Object> DebugMessageDetails(Isolate* isolate, |
- Handle<String> message); |
- static Handle<Value> DebugCommandToJSONRequest(Isolate* isolate, |
- Handle<String> command); |
+ static Local<Object> DebugMessageDetails(Isolate* isolate, |
+ Handle<String> message); |
+ static Local<Value> DebugCommandToJSONRequest(Isolate* isolate, |
+ Handle<String> command); |
static void DispatchDebugMessages(); |
#endif // ENABLE_DEBUGGER_SUPPORT |