| Index: Source/core/workers/WorkerGlobalScope.h
|
| diff --git a/Source/core/workers/WorkerGlobalScope.h b/Source/core/workers/WorkerGlobalScope.h
|
| index afca046ec0c79cdb00ebd07a0defc177a32756d2..48d9250d848621a230bb1249bc843dfeafe84ba5 100644
|
| --- a/Source/core/workers/WorkerGlobalScope.h
|
| +++ b/Source/core/workers/WorkerGlobalScope.h
|
| @@ -137,6 +137,8 @@ namespace blink {
|
| using SecurityContext::securityOrigin;
|
| using SecurityContext::contentSecurityPolicy;
|
|
|
| + virtual void addMessage(PassRefPtrWillBeRawPtr<ConsoleMessage>) OVERRIDE FINAL;
|
| +
|
| virtual void trace(Visitor*) OVERRIDE;
|
|
|
| protected:
|
| @@ -156,7 +158,6 @@ namespace blink {
|
| virtual KURL virtualCompleteURL(const String&) const OVERRIDE FINAL;
|
|
|
| virtual void reportBlockedScriptExecutionToInspector(const String& directiveText) OVERRIDE FINAL;
|
| - virtual void addMessage(PassRefPtrWillBeRawPtr<ConsoleMessage>) OVERRIDE FINAL;
|
|
|
| virtual EventTarget* errorEventTarget() OVERRIDE FINAL;
|
| virtual void didUpdateSecurityOrigin() OVERRIDE FINAL { }
|
|
|