Index: third_party/WebKit/Source/core/inspector/PageDebuggerAgent.h |
diff --git a/third_party/WebKit/Source/core/inspector/PageDebuggerAgent.h b/third_party/WebKit/Source/core/inspector/PageDebuggerAgent.h |
index 74af949a539d310957699453f9d5df65501ee5aa..4c7d2b506528e68fb2caf9460051bdd34478d8e3 100644 |
--- a/third_party/WebKit/Source/core/inspector/PageDebuggerAgent.h |
+++ b/third_party/WebKit/Source/core/inspector/PageDebuggerAgent.h |
@@ -58,9 +58,6 @@ public: |
private: |
PageDebuggerAgent(V8DebuggerAgent*, InspectedFrames*); |
- // V8DebuggerAgent::Client implemntation. |
- bool canExecuteScripts() const; |
- |
Member<InspectedFrames> m_inspectedFrames; |
HashMap<String, String> m_compiledScriptURLs; |
}; |