| Index: Source/core/workers/Worker.h
|
| diff --git a/Source/core/workers/Worker.h b/Source/core/workers/Worker.h
|
| index 72bf8c726dac8465a2cc120bcddc6f5caf744d9a..2dbf303bd4c0b4b947cf868b7053bef2e51bba54 100644
|
| --- a/Source/core/workers/Worker.h
|
| +++ b/Source/core/workers/Worker.h
|
| @@ -16,7 +16,7 @@ class WorkerGlobalScopeProxy;
|
| class CORE_EXPORT Worker final : public InProcessWorkerBase {
|
| DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| - static PassRefPtrWillBeRawPtr<Worker> create(ExecutionContext*, const String& url, ExceptionState&);
|
| + static Worker* create(ExecutionContext*, const String& url, ExceptionState&);
|
| ~Worker() override;
|
|
|
| protected:
|
|
|