| Index: third_party/WebKit/Source/core/workers/WorkletGlobalScope.h
|
| diff --git a/third_party/WebKit/Source/core/workers/WorkletGlobalScope.h b/third_party/WebKit/Source/core/workers/WorkletGlobalScope.h
|
| index c9693716174b99dc2bd814de2c7664304df0a8e8..4e475c932f65e97a189ffdcb121bee8bad6f9d91 100644
|
| --- a/third_party/WebKit/Source/core/workers/WorkletGlobalScope.h
|
| +++ b/third_party/WebKit/Source/core/workers/WorkletGlobalScope.h
|
| @@ -48,7 +48,7 @@ public:
|
| using SecurityContext::contentSecurityPolicy;
|
|
|
| DOMTimerCoordinator* timers() final { NOTREACHED(); return nullptr; } // WorkletGlobalScopes don't have timers.
|
| - void postTask(const WebTraceLocation&, std::unique_ptr<ExecutionContextTask>) override
|
| + void postTask(const WebTraceLocation&, std::unique_ptr<ExecutionContextTask>, const String&) override
|
| {
|
| // TODO(ikilpatrick): implement.
|
| NOTREACHED();
|
|
|