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

Unified Diff: Source/web/WebHelperPluginImpl.h

Issue 603193005: Move the Widget hierarchy to the Oilpan heap. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebased upto r183571 Created 6 years, 2 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/web/WebHelperPluginImpl.h
diff --git a/Source/web/WebHelperPluginImpl.h b/Source/web/WebHelperPluginImpl.h
index 0774015bb047ef675b8b15514913709b78b63963..9e7fc6d87a0082de0b2c5c3ac4bea80d1f452ead 100644
--- a/Source/web/WebHelperPluginImpl.h
+++ b/Source/web/WebHelperPluginImpl.h
@@ -67,7 +67,7 @@ private:
Timer<WebHelperPluginImpl> m_destructionTimer;
RefPtrWillBePersistent<HTMLObjectElement> m_objectElement;
- RefPtr<WebPluginContainerImpl> m_pluginContainer;
+ RefPtrWillBePersistent<WebPluginContainerImpl> m_pluginContainer;
};
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698