Index: third_party/WebKit/Source/platform/v8_inspector/InjectedScript.h |
diff --git a/third_party/WebKit/Source/platform/v8_inspector/InjectedScript.h b/third_party/WebKit/Source/platform/v8_inspector/InjectedScript.h |
index 7dae28aba92cce7e8eb0b63093149c3bc43b877f..ab847ee0412906af7614dcc9d78797b7db87df02 100644 |
--- a/third_party/WebKit/Source/platform/v8_inspector/InjectedScript.h |
+++ b/third_party/WebKit/Source/platform/v8_inspector/InjectedScript.h |
@@ -159,7 +159,6 @@ public: |
private: |
InjectedScript(InspectedContext*, v8::Local<v8::Object>, std::unique_ptr<InjectedScriptNative>); |
- bool canAccessInspectedWindow() const; |
v8::Local<v8::Value> v8Value() const; |
v8::MaybeLocal<v8::Value> wrapValue(ErrorString*, v8::Local<v8::Value>, const String16& groupName, bool forceValueType, bool generatePreview) const; |
v8::Local<v8::Object> commandLineAPI(); |