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

Unified Diff: Source/modules/crypto/DOMWindowCrypto.cpp

Issue 517043003: Move Frame to the Oilpan heap. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Update OilpanExpectations Created 6 years, 3 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: Source/modules/crypto/DOMWindowCrypto.cpp
diff --git a/Source/modules/crypto/DOMWindowCrypto.cpp b/Source/modules/crypto/DOMWindowCrypto.cpp
index 7222366051e76a6704aefb2cc8e73507b7f7c552..7291a5203950325cddc2c742678710f1889707c1 100644
--- a/Source/modules/crypto/DOMWindowCrypto.cpp
+++ b/Source/modules/crypto/DOMWindowCrypto.cpp
@@ -76,6 +76,7 @@ void DOMWindowCrypto::trace(Visitor* visitor)
{
visitor->trace(m_crypto);
WillBeHeapSupplement<LocalDOMWindow>::trace(visitor);
+ DOMWindowProperty::trace(visitor);
}
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698