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

Unified Diff: Source/modules/indexeddb/DOMWindowIndexedDatabase.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/indexeddb/DOMWindowIndexedDatabase.cpp
diff --git a/Source/modules/indexeddb/DOMWindowIndexedDatabase.cpp b/Source/modules/indexeddb/DOMWindowIndexedDatabase.cpp
index cd01d93046f656f0f04b759defd7942a4e882a2b..249806121ec76b88b24e67923f9ad6e75be2285e 100644
--- a/Source/modules/indexeddb/DOMWindowIndexedDatabase.cpp
+++ b/Source/modules/indexeddb/DOMWindowIndexedDatabase.cpp
@@ -47,6 +47,7 @@ void DOMWindowIndexedDatabase::trace(Visitor* visitor)
{
visitor->trace(m_idbFactory);
WillBeHeapSupplement<LocalDOMWindow>::trace(visitor);
+ DOMWindowProperty::trace(visitor);
}
const char* DOMWindowIndexedDatabase::supplementName()

Powered by Google App Engine
This is Rietveld 408576698