Index: third_party/WebKit/Source/core/inspector/ThreadDebugger.h |
diff --git a/third_party/WebKit/Source/core/inspector/ThreadDebugger.h b/third_party/WebKit/Source/core/inspector/ThreadDebugger.h |
index 4681c8d35e3e3229c36d7bc842c241099f9fc636..3c2aa53667629576172fdcb9a450b81de3097127 100644 |
--- a/third_party/WebKit/Source/core/inspector/ThreadDebugger.h |
+++ b/third_party/WebKit/Source/core/inspector/ThreadDebugger.h |
@@ -39,7 +39,6 @@ public: |
bool isExecutionAllowed() override; |
double currentTimeMS() override; |
bool isInspectableHeapObject(v8::Local<v8::Object>) override; |
- static bool isCommandLineAPIMethod(const String& name); |
void installAdditionalCommandLineAPI(v8::Local<v8::Context>, v8::Local<v8::Object>) override; |
void reportMessageToConsole(v8::Local<v8::Context>, MessageType, MessageLevel, const String16& message, const v8::FunctionCallbackInfo<v8::Value>* arguments, unsigned skipArgumentCount) final; |
void consoleTime(const String16& title) override; |