Index: third_party/WebKit/Source/core/workers/WorkerGlobalScopeProxyProvider.h |
diff --git a/third_party/WebKit/Source/core/workers/WorkerGlobalScopeProxyProvider.h b/third_party/WebKit/Source/core/workers/WorkerGlobalScopeProxyProvider.h |
index 5e19338838c4c3f7e491d766c60b75bc2439f185..fe05526cb3480543bd98ad7f998472f0b6936b64 100644 |
--- a/third_party/WebKit/Source/core/workers/WorkerGlobalScopeProxyProvider.h |
+++ b/third_party/WebKit/Source/core/workers/WorkerGlobalScopeProxyProvider.h |
@@ -43,7 +43,7 @@ class Page; |
class WorkerGlobalScopeProxy; |
class Worker; |
-class WorkerGlobalScopeProxyProvider : public HeapSupplement<Page> { |
+class WorkerGlobalScopeProxyProvider : public Supplement<Page> { |
WTF_MAKE_NONCOPYABLE(WorkerGlobalScopeProxyProvider); |
public: |
WorkerGlobalScopeProxyProvider() { } |