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

Unified Diff: Source/bindings/v8/ActiveDOMCallback.h

Issue 17351003: Rename ContextDestructionObserver to ContextLifecycleObserver (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Reapplied Created 7 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
« no previous file with comments | « Source/bindings/tests/results/V8TestCallback.h ('k') | Source/bindings/v8/ActiveDOMCallback.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/v8/ActiveDOMCallback.h
diff --git a/Source/bindings/v8/ActiveDOMCallback.h b/Source/bindings/v8/ActiveDOMCallback.h
index 7b89c41d0ccf3da6a50d24d95af6fc2bee93545e..2015ddd4c7a47285e6c6a2a1bbaadf371e5a0df2 100644
--- a/Source/bindings/v8/ActiveDOMCallback.h
+++ b/Source/bindings/v8/ActiveDOMCallback.h
@@ -31,7 +31,7 @@
#ifndef ActiveDOMCallback_h
#define ActiveDOMCallback_h
-#include "core/dom/ContextDestructionObserver.h"
+#include "core/dom/ContextLifecycleObserver.h"
#include "wtf/OwnPtr.h"
namespace WebCore {
@@ -45,7 +45,7 @@ class ScriptExecutionContext;
//
// Should only be created, used, and destroyed on the script execution
// context thread.
-class ActiveDOMCallback : public ContextDestructionObserver {
+class ActiveDOMCallback : public ContextLifecycleObserver {
public:
ActiveDOMCallback(ScriptExecutionContext* context);
virtual ~ActiveDOMCallback();
« no previous file with comments | « Source/bindings/tests/results/V8TestCallback.h ('k') | Source/bindings/v8/ActiveDOMCallback.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698