Index: third_party/WebKit/Source/modules/crypto/DOMWindowCrypto.h |
diff --git a/third_party/WebKit/Source/modules/crypto/DOMWindowCrypto.h b/third_party/WebKit/Source/modules/crypto/DOMWindowCrypto.h |
index 9d5f361113d3b1bee0faa6641ab5dc259709f41f..9f965bd4202ec1ee8a36e33ebeba58df4cc45ff4 100644 |
--- a/third_party/WebKit/Source/modules/crypto/DOMWindowCrypto.h |
+++ b/third_party/WebKit/Source/modules/crypto/DOMWindowCrypto.h |
@@ -40,7 +40,7 @@ namespace blink { |
class Crypto; |
class DOMWindow; |
-class DOMWindowCrypto final : public GarbageCollected<DOMWindowCrypto>, public HeapSupplement<LocalDOMWindow>, public DOMWindowProperty { |
+class DOMWindowCrypto final : public GarbageCollected<DOMWindowCrypto>, public Supplement<LocalDOMWindow>, public DOMWindowProperty { |
USING_GARBAGE_COLLECTED_MIXIN(DOMWindowCrypto); |
public: |
static DOMWindowCrypto& from(LocalDOMWindow&); |