Index: Source/bindings/tests/results/V8TestCallback.h |
diff --git a/Source/bindings/tests/results/V8TestCallback.h b/Source/bindings/tests/results/V8TestCallback.h |
index bf0eaf83b93c1329d1cc899c5f15a1e1710ebdcc..aad2763752431452403a6ddd5169b366fe7dec81 100644 |
--- a/Source/bindings/tests/results/V8TestCallback.h |
+++ b/Source/bindings/tests/results/V8TestCallback.h |
@@ -51,7 +51,7 @@ public: |
virtual bool callbackWithBoolean(bool boolParam); |
virtual bool callbackWithSequence(Vector<RefPtr<TestObj> > sequenceParam); |
- virtual ScriptExecutionContext* scriptExecutionContext() const { return ContextDestructionObserver::scriptExecutionContext(); } |
+ virtual ScriptExecutionContext* scriptExecutionContext() const { return ContextLifecycleObserver::scriptExecutionContext(); } |
private: |
V8TestCallback(v8::Handle<v8::Object>, ScriptExecutionContext*); |