Index: third_party/WebKit/Source/web/WorkerGlobalScopeProxyProviderImpl.h |
diff --git a/third_party/WebKit/Source/web/WorkerGlobalScopeProxyProviderImpl.h b/third_party/WebKit/Source/web/WorkerGlobalScopeProxyProviderImpl.h |
index 79785491419836e867d73bf395b930d5d706399a..d24ef0601fbd82a662abdcea98adb90581bfb51e 100644 |
--- a/third_party/WebKit/Source/web/WorkerGlobalScopeProxyProviderImpl.h |
+++ b/third_party/WebKit/Source/web/WorkerGlobalScopeProxyProviderImpl.h |
@@ -44,7 +44,7 @@ class WorkerGlobalScopeProxyProviderImpl final : public GarbageCollectedFinalize |
USING_GARBAGE_COLLECTED_MIXIN(WorkerGlobalScopeProxyProviderImpl); |
WTF_MAKE_NONCOPYABLE(WorkerGlobalScopeProxyProviderImpl); |
public: |
- static RawPtr<WorkerGlobalScopeProxyProviderImpl> create() |
+ static WorkerGlobalScopeProxyProviderImpl* create() |
{ |
return new WorkerGlobalScopeProxyProviderImpl(); |
} |