Index: Source/modules/performance/WorkerPerformance.cpp |
diff --git a/Source/modules/performance/WorkerPerformance.cpp b/Source/modules/performance/WorkerPerformance.cpp |
index 21911532a910a86e10507e9c71a8f576bd588c36..26eb115d6cd58cb2cc031ce6678dd998f9eb126d 100644 |
--- a/Source/modules/performance/WorkerPerformance.cpp |
+++ b/Source/modules/performance/WorkerPerformance.cpp |
@@ -38,7 +38,7 @@ |
namespace WebCore { |
WorkerPerformance::WorkerPerformance(ScriptExecutionContext* context) |
- : ContextDestructionObserver(context) |
+ : ContextLifecycleObserver(context) |
{ |
} |