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

Unified Diff: Source/core/plugins/DOMPluginArray.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/plugins/DOMPluginArray.cpp
diff --git a/Source/core/plugins/DOMPluginArray.cpp b/Source/core/plugins/DOMPluginArray.cpp
index c129e21ffd6e3b983d060cc0110e2ec94a2c3dc5..9c3cae2ef9f7c326adec60ea29ef6b8a2123e156 100644
--- a/Source/core/plugins/DOMPluginArray.cpp
+++ b/Source/core/plugins/DOMPluginArray.cpp
@@ -37,6 +37,11 @@ DOMPluginArray::~DOMPluginArray()
{
}
+void DOMPluginArray::trace(Visitor* visitor)
+{
+ DOMWindowProperty::trace(visitor);
+}
+
unsigned DOMPluginArray::length() const
{
PluginData* data = pluginData();

Powered by Google App Engine
This is Rietveld 408576698