| Index: third_party/WebKit/Source/core/workers/WorkerGlobalScope.h
|
| diff --git a/third_party/WebKit/Source/core/workers/WorkerGlobalScope.h b/third_party/WebKit/Source/core/workers/WorkerGlobalScope.h
|
| index 5a9ad03409a576a3217af39644ec267a8129a708..76538ca18ce35285bca781b8cfb4dc09a84099a1 100644
|
| --- a/third_party/WebKit/Source/core/workers/WorkerGlobalScope.h
|
| +++ b/third_party/WebKit/Source/core/workers/WorkerGlobalScope.h
|
| @@ -53,7 +53,6 @@
|
| namespace blink {
|
|
|
| class ConsoleMessage;
|
| -class ConsoleMessageStorage;
|
| class ExceptionState;
|
| class V8AbstractEventListener;
|
| class WorkerClients;
|
| @@ -139,7 +138,6 @@ public:
|
| using SecurityContext::contentSecurityPolicy;
|
|
|
| void addConsoleMessage(ConsoleMessage*) final;
|
| - ConsoleMessageStorage* messageStorage();
|
|
|
| void exceptionUnhandled(const String& errorMessage, std::unique_ptr<SourceLocation>);
|
|
|
| @@ -199,8 +197,6 @@ private:
|
|
|
| double m_timeOrigin;
|
|
|
| - Member<ConsoleMessageStorage> m_messageStorage;
|
| -
|
| HeapListHashSet<Member<V8AbstractEventListener>> m_eventListeners;
|
| };
|
|
|
|
|