Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(606)

Unified Diff: third_party/WebKit/Source/core/workers/ThreadedObjectProxyBase.h

Issue 2951833002: [DevTools] Support multiple sessions in dedicated workers (Closed)
Patch Set: Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/core/workers/ThreadedObjectProxyBase.h
diff --git a/third_party/WebKit/Source/core/workers/ThreadedObjectProxyBase.h b/third_party/WebKit/Source/core/workers/ThreadedObjectProxyBase.h
index d2c94881dacc6f7c31228776bbd69abf1fb363ca..cf597dcebe1b2c9c2b73657ae2226a31a840ecaa 100644
--- a/third_party/WebKit/Source/core/workers/ThreadedObjectProxyBase.h
+++ b/third_party/WebKit/Source/core/workers/ThreadedObjectProxyBase.h
@@ -35,7 +35,7 @@ class CORE_EXPORT ThreadedObjectProxyBase : public WorkerReportingProxy {
MessageLevel,
const String& message,
SourceLocation*) override;
- void PostMessageToPageInspector(const String&) override;
+ void PostMessageToPageInspector(int session_id, const String&) override;
void DidCloseWorkerGlobalScope() override;
void DidTerminateWorkerThread() override;

Powered by Google App Engine
This is Rietveld 408576698