Index: third_party/WebKit/public/web/WebEmbeddedWorker.h |
diff --git a/third_party/WebKit/public/web/WebEmbeddedWorker.h b/third_party/WebKit/public/web/WebEmbeddedWorker.h |
index 0731215d6e6fa6cfcf8a2943a85571a7e4e07eca..027e030dd9e7fd96c347688cd275413048c91eca 100644 |
--- a/third_party/WebKit/public/web/WebEmbeddedWorker.h |
+++ b/third_party/WebKit/public/web/WebEmbeddedWorker.h |
@@ -59,10 +59,10 @@ public: |
virtual void terminateWorkerContext() = 0; |
// Inspector related methods. |
- virtual void attachDevTools(const WebString& hostId) = 0; |
- virtual void reattachDevTools(const WebString& hostId, const WebString& savedState) = 0; |
+ virtual void attachDevTools(const WebString& hostId, int sessionId) = 0; |
+ virtual void reattachDevTools(const WebString& hostId, int sessionId, const WebString& savedState) = 0; |
virtual void detachDevTools() = 0; |
- virtual void dispatchDevToolsMessage(const WebString&) = 0; |
+ virtual void dispatchDevToolsMessage(int sessionId, const WebString&) = 0; |
}; |
} // namespace blink |