Index: third_party/WebKit/Source/core/inspector/v8/V8InjectedScriptHost.h |
diff --git a/third_party/WebKit/Source/core/inspector/v8/V8InjectedScriptHost.h b/third_party/WebKit/Source/core/inspector/v8/V8InjectedScriptHost.h |
index 3db5f91cb0bae17dec36276a97e3c357ec44ec8b..3467d7466c7b5a5b3ae60b6913e62e633d044503 100644 |
--- a/third_party/WebKit/Source/core/inspector/v8/V8InjectedScriptHost.h |
+++ b/third_party/WebKit/Source/core/inspector/v8/V8InjectedScriptHost.h |
@@ -45,6 +45,9 @@ public: |
static void bindCallback(const v8::FunctionCallbackInfo<v8::Value>&); |
static void objectForIdCallback(const v8::FunctionCallbackInfo<v8::Value>&); |
static void idToObjectGroupNameCallback(const v8::FunctionCallbackInfo<v8::Value>&); |
+ |
+ static v8::Local<v8::Symbol> commandLineAPISymbol(v8::Isolate*); |
+ static bool isCommandLineAPIMethod(const AtomicString& name); |
}; |
} // namespace blink |