Chromium Code Reviews| Index: src/d8.h |
| diff --git a/src/d8.h b/src/d8.h |
| index 75d007f8b26703ae0d84de1ef0075e6622db11cc..014bda05c62f23f42e0055821009dde1b6b53036 100644 |
| --- a/src/d8.h |
| +++ b/src/d8.h |
| @@ -265,7 +265,6 @@ class Shell : public i::AllStatic { |
| Handle<String> message); |
| static Local<Value> DebugCommandToJSONRequest(Isolate* isolate, |
| Handle<String> command); |
| - static void DispatchDebugMessages(); |
| static void PerformanceNow(const v8::FunctionCallbackInfo<v8::Value>& args); |
| #endif // !V8_SHARED |