Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(100)

Unified Diff: third_party/WebKit/Source/web/WorkerGlobalScopeProxyProviderImpl.h

Issue 1865813002: Remove RawPtr from Source/web/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebased Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();
}

Powered by Google App Engine
This is Rietveld 408576698