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

Unified Diff: Source/core/storage/Storage.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/core/storage/Storage.cpp
diff --git a/Source/core/storage/Storage.cpp b/Source/core/storage/Storage.cpp
index 22820e642c14e470ce738549bee20a7bfa9a7f4c..b21f8d2fe5e936a58dd7bbcfe200832420ce8ffc 100644
--- a/Source/core/storage/Storage.cpp
+++ b/Source/core/storage/Storage.cpp
@@ -127,6 +127,7 @@ bool Storage::namedPropertyQuery(const AtomicString& name, ExceptionState& excep
void Storage::trace(Visitor* visitor)
{
visitor->trace(m_storageArea);
+ DOMWindowProperty::trace(visitor);
}
}

Powered by Google App Engine
This is Rietveld 408576698