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

Unified Diff: third_party/WebKit/Source/core/inspector/ConsoleMessageStorage.h

Issue 1777323005: Revert of [DevTools] Remove extra plumbing from InspectorWorkerAgent, prepare to multi-client. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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/inspector/ConsoleMessageStorage.h
diff --git a/third_party/WebKit/Source/core/inspector/ConsoleMessageStorage.h b/third_party/WebKit/Source/core/inspector/ConsoleMessageStorage.h
index 0cb4090e71867082c465c6463e91281abf3ad8f9..e1e1ddc585049898d6f8608ad11adea7739e5ca7 100644
--- a/third_party/WebKit/Source/core/inspector/ConsoleMessageStorage.h
+++ b/third_party/WebKit/Source/core/inspector/ConsoleMessageStorage.h
@@ -30,7 +30,7 @@
CORE_EXPORT Vector<unsigned> argumentCounts() const;
- void adoptWorkerMessagesAfterTermination(WorkerInspectorProxy*);
+ void adoptWorkerMessagesAfterTermination(WorkerGlobalScopeProxy*);
void frameWindowDiscarded(LocalDOMWindow*);
size_t size() const;

Powered by Google App Engine
This is Rietveld 408576698