| Index: third_party/WebKit/Source/bindings/core/v8/V8IntersectionObserverCallback.h
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/V8IntersectionObserverCallback.h b/third_party/WebKit/Source/bindings/core/v8/V8IntersectionObserverCallback.h
|
| index cad05b28f3719bba8275ac63b2c50e983ae8c3d3..4641bb36d73adfd809d3636fdba322ff055beefe 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/V8IntersectionObserverCallback.h
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/V8IntersectionObserverCallback.h
|
| @@ -28,8 +28,9 @@ class V8IntersectionObserverCallback final
|
|
|
| void handleEvent(const HeapVector<Member<IntersectionObserverEntry>>&,
|
| IntersectionObserver&) override;
|
| +
|
| ExecutionContext* getExecutionContext() const override {
|
| - return ContextLifecycleObserver::getExecutionContext();
|
| + return m_scriptState->getExecutionContext();
|
| }
|
|
|
| private:
|
|
|