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

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

Issue 2191533003: Refactor Timer classes in preparation for landing FrameTimers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: More build fixes Created 4 years, 5 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 d632b380b6e243c6ae9e1123ce9c68d37fe9f21f..3640a9bf26ca525f4dfce367ebf5a8659195ec65 100644
--- a/third_party/WebKit/Source/web/WebHelperPluginImpl.h
+++ b/third_party/WebKit/Source/web/WebHelperPluginImpl.h
@@ -62,7 +62,7 @@ private:
~WebHelperPluginImpl() override;
bool initialize(const String& pluginType, WebLocalFrameImpl*);
- void reallyDestroy(Timer<WebHelperPluginImpl>*);
+ void reallyDestroy(TimerBase*);
Timer<WebHelperPluginImpl> m_destructionTimer;
Persistent<HTMLObjectElement> m_objectElement;
« no previous file with comments | « third_party/WebKit/Source/web/ValidationMessageClientImpl.cpp ('k') | third_party/WebKit/Source/web/WebHelperPluginImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698