Index: Source/web/WebDevToolsAgentImpl.h |
diff --git a/Source/web/WebDevToolsAgentImpl.h b/Source/web/WebDevToolsAgentImpl.h |
index 39abf226a56d8bb523a22f12ea8395884d6fea0c..8e1be878c49fb9d337bff40eb68a8cbc78e69223 100644 |
--- a/Source/web/WebDevToolsAgentImpl.h |
+++ b/Source/web/WebDevToolsAgentImpl.h |
@@ -86,6 +86,8 @@ public: |
// WebDevToolsAgent implementation. |
virtual void attach() OVERRIDE; |
virtual void reattach(const WebString& savedState) OVERRIDE; |
+ virtual void attach(const WebString& hostId) OVERRIDE; |
+ virtual void reattach(const WebString& hostId, const WebString& savedState) OVERRIDE; |
virtual void detach() OVERRIDE; |
virtual void didNavigate() OVERRIDE; |
virtual void didBeginFrame(int frameId) OVERRIDE; |
@@ -140,7 +142,7 @@ private: |
WebCore::InspectorController* inspectorController(); |
WebCore::LocalFrame* mainFrame(); |
- int m_hostId; |
+ int m_debuggerId; |
int m_layerTreeId; |
WebDevToolsAgentClient* m_client; |
WebViewImpl* m_webViewImpl; |