Index: Source/modules/crypto/DOMWindowCrypto.cpp |
diff --git a/Source/modules/crypto/DOMWindowCrypto.cpp b/Source/modules/crypto/DOMWindowCrypto.cpp |
index 7222366051e76a6704aefb2cc8e73507b7f7c552..0e7d3369ddc888d8a8e281e2d1f3a885a7acbf2e 100644 |
--- a/Source/modules/crypto/DOMWindowCrypto.cpp |
+++ b/Source/modules/crypto/DOMWindowCrypto.cpp |
@@ -41,9 +41,7 @@ DOMWindowCrypto::DOMWindowCrypto(LocalDOMWindow& window) |
{ |
} |
-DOMWindowCrypto::~DOMWindowCrypto() |
-{ |
-} |
+DEFINE_EMPTY_DESTRUCTOR_WILL_BE_REMOVED(DOMWindowCrypto); |
const char* DOMWindowCrypto::supplementName() |
{ |
@@ -76,6 +74,7 @@ void DOMWindowCrypto::trace(Visitor* visitor) |
{ |
visitor->trace(m_crypto); |
WillBeHeapSupplement<LocalDOMWindow>::trace(visitor); |
+ DOMWindowProperty::trace(visitor); |
} |
} // namespace blink |