Index: Source/core/testing/Internals.h |
diff --git a/Source/core/testing/Internals.h b/Source/core/testing/Internals.h |
index 3240f8b29565a437388a603863e64ffb6799aa52..c209e3f37bef596ed972954d83bf981905bebd22 100644 |
--- a/Source/core/testing/Internals.h |
+++ b/Source/core/testing/Internals.h |
@@ -28,7 +28,7 @@ |
#define Internals_h |
#include "core/css/CSSComputedStyleDeclaration.h" |
-#include "core/dom/ContextDestructionObserver.h" |
+#include "core/dom/ContextLifecycleObserver.h" |
#include "core/dom/ExceptionCodePlaceholder.h" |
#include "core/dom/NodeList.h" |
#include <wtf/ArrayBuffer.h> |
@@ -62,8 +62,7 @@ class TypeConversions; |
typedef int ExceptionCode; |
-class Internals : public RefCounted<Internals> |
- , public ContextDestructionObserver { |
+class Internals : public RefCounted<Internals>, public ContextLifecycleObserver { |
public: |
static PassRefPtr<Internals> create(Document*); |
virtual ~Internals(); |