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

Unified Diff: Source/modules/plugins/DOMPlugin.cpp

Issue 1026253002: Rename FrameDestructionObserver to LocalFrameLifecycleObserver. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebased Created 5 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
« no previous file with comments | « Source/modules/plugins/DOMPlugin.h ('k') | Source/modules/presentation/PresentationController.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/plugins/DOMPlugin.cpp
diff --git a/Source/modules/plugins/DOMPlugin.cpp b/Source/modules/plugins/DOMPlugin.cpp
index 00c9dcbf3dd7209bef652394a09fa7b6cf17cea4..56b12613483e463eb310d96d8f1c1dd452df3a9f 100644
--- a/Source/modules/plugins/DOMPlugin.cpp
+++ b/Source/modules/plugins/DOMPlugin.cpp
@@ -25,7 +25,7 @@
namespace blink {
DOMPlugin::DOMPlugin(PluginData* pluginData, LocalFrame* frame, unsigned index)
- : FrameDestructionObserver(frame)
+ : LocalFrameLifecycleObserver(frame)
, m_pluginData(pluginData)
, m_index(index)
{
@@ -37,7 +37,7 @@ DOMPlugin::~DOMPlugin()
DEFINE_TRACE(DOMPlugin)
{
- FrameDestructionObserver::trace(visitor);
+ LocalFrameLifecycleObserver::trace(visitor);
}
String DOMPlugin::name() const
« no previous file with comments | « Source/modules/plugins/DOMPlugin.h ('k') | Source/modules/presentation/PresentationController.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698