| 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 e1e1ddc585049898d6f8608ad11adea7739e5ca7..0cb4090e71867082c465c6463e91281abf3ad8f9 100644
|
| --- a/third_party/WebKit/Source/core/inspector/ConsoleMessageStorage.h
|
| +++ b/third_party/WebKit/Source/core/inspector/ConsoleMessageStorage.h
|
| @@ -30,7 +30,7 @@ public:
|
|
|
| CORE_EXPORT Vector<unsigned> argumentCounts() const;
|
|
|
| - void adoptWorkerMessagesAfterTermination(WorkerGlobalScopeProxy*);
|
| + void adoptWorkerMessagesAfterTermination(WorkerInspectorProxy*);
|
| void frameWindowDiscarded(LocalDOMWindow*);
|
|
|
| size_t size() const;
|
|
|