Index: Source/core/dom/ActiveDOMObject.h |
diff --git a/Source/core/dom/ActiveDOMObject.h b/Source/core/dom/ActiveDOMObject.h |
index d37017e7c26a014740e63badcfaf2da2d1e282fd..bfb47db221a531e69b049782ef33ff67bcaabe1d 100644 |
--- a/Source/core/dom/ActiveDOMObject.h |
+++ b/Source/core/dom/ActiveDOMObject.h |
@@ -27,13 +27,13 @@ |
#ifndef ActiveDOMObject_h |
#define ActiveDOMObject_h |
-#include "core/dom/ContextDestructionObserver.h" |
+#include "core/dom/ContextLifecycleObserver.h" |
#include <wtf/Assertions.h> |
#include <wtf/Forward.h> |
namespace WebCore { |
-class ActiveDOMObject : public ContextDestructionObserver { |
+class ActiveDOMObject : public ContextLifecycleObserver { |
public: |
ActiveDOMObject(ScriptExecutionContext*); |