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

Unified Diff: Source/core/html/HTMLPlugInElement.h

Issue 320253002: Oilpan: Prepare to move ImageLoader and its subclasses to Oilpan heap. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 6 years, 6 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/html/HTMLPlugInElement.h
diff --git a/Source/core/html/HTMLPlugInElement.h b/Source/core/html/HTMLPlugInElement.h
index 60864e0dd4253a6d8de5db2b02723d5dc5770df6..058cb02c072e0a0a2d75a042605d546c4a9c4ba3 100644
--- a/Source/core/html/HTMLPlugInElement.h
+++ b/Source/core/html/HTMLPlugInElement.h
@@ -44,6 +44,7 @@ enum PreferPlugInsForImagesOption {
class HTMLPlugInElement : public HTMLFrameOwnerElement {
public:
virtual ~HTMLPlugInElement();
+ virtual void trace(Visitor*) OVERRIDE;
void resetInstance();
SharedPersistent<v8::Object>* pluginWrapper();
@@ -88,7 +89,7 @@ protected:
String m_serviceType;
String m_url;
KURL m_loadedUrl;
- OwnPtr<HTMLImageLoader> m_imageLoader;
+ OwnPtrWillBeMember<HTMLImageLoader> m_imageLoader;
bool m_isDelayingLoadEvent;
private:

Powered by Google App Engine
This is Rietveld 408576698