Index: third_party/WebKit/Source/modules/quota/DOMWindowQuota.h |
diff --git a/third_party/WebKit/Source/modules/quota/DOMWindowQuota.h b/third_party/WebKit/Source/modules/quota/DOMWindowQuota.h |
index 7c525a9930a6761562ab47caa359ab4e5f9a9f84..77f4522ec84bc5f2d52798064da1bd69168dc5d9 100644 |
--- a/third_party/WebKit/Source/modules/quota/DOMWindowQuota.h |
+++ b/third_party/WebKit/Source/modules/quota/DOMWindowQuota.h |
@@ -40,7 +40,7 @@ namespace blink { |
class DeprecatedStorageInfo; |
class DOMWindow; |
-class DOMWindowQuota final : public GarbageCollected<DOMWindowQuota>, public HeapSupplement<LocalDOMWindow>, public DOMWindowProperty { |
+class DOMWindowQuota final : public GarbageCollected<DOMWindowQuota>, public Supplement<LocalDOMWindow>, public DOMWindowProperty { |
USING_GARBAGE_COLLECTED_MIXIN(DOMWindowQuota); |
public: |
static DOMWindowQuota& from(LocalDOMWindow&); |