Index: Source/modules/performance/WorkerPerformance.h |
diff --git a/Source/modules/performance/WorkerPerformance.h b/Source/modules/performance/WorkerPerformance.h |
index 86245992cc081e069ec1d717cce5b40b4ec4129f..7e843cb34d56bd512674ce8fb09ccd7e4be66627 100644 |
--- a/Source/modules/performance/WorkerPerformance.h |
+++ b/Source/modules/performance/WorkerPerformance.h |
@@ -31,7 +31,7 @@ |
#ifndef WorkerPerformance_h |
#define WorkerPerformance_h |
-#include "core/dom/ContextDestructionObserver.h" |
+#include "core/dom/ContextLifecycleObserver.h" |
#include "wtf/PassRefPtr.h" |
#include "wtf/RefCounted.h" |
#include "wtf/RefPtr.h" |
@@ -40,7 +40,7 @@ namespace WebCore { |
class ScriptExecutionContext; |
-class WorkerPerformance : public RefCounted<WorkerPerformance>, public ContextDestructionObserver { |
+class WorkerPerformance : public RefCounted<WorkerPerformance>, public ContextLifecycleObserver { |
public: |
static PassRefPtr<WorkerPerformance> create(ScriptExecutionContext* context) { return adoptRef(new WorkerPerformance(context)); } |
~WorkerPerformance(); |