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

Unified Diff: third_party/WebKit/Source/web/WebHelperPluginImpl.h

Issue 1686483002: Oilpan: Remove most WillBe types from the code base (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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: third_party/WebKit/Source/web/WebHelperPluginImpl.h
diff --git a/third_party/WebKit/Source/web/WebHelperPluginImpl.h b/third_party/WebKit/Source/web/WebHelperPluginImpl.h
index 0482f0c5b49c3332083114c06919471096ba7046..89a09a2bb47ee5dd05218acff40ad8ee220e114b 100644
--- a/third_party/WebKit/Source/web/WebHelperPluginImpl.h
+++ b/third_party/WebKit/Source/web/WebHelperPluginImpl.h
@@ -66,8 +66,8 @@ private:
void reallyDestroy(Timer<WebHelperPluginImpl>*);
Timer<WebHelperPluginImpl> m_destructionTimer;
- RefPtrWillBePersistent<HTMLObjectElement> m_objectElement;
- RefPtrWillBePersistent<WebPluginContainerImpl> m_pluginContainer;
+ Persistent<HTMLObjectElement> m_objectElement;
+ Persistent<WebPluginContainerImpl> m_pluginContainer;
};
} // namespace blink
« no previous file with comments | « third_party/WebKit/Source/web/WebGeolocationController.cpp ('k') | third_party/WebKit/Source/web/WebHelperPluginImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698