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 d0cdfbe3e6942b25930c2aae34cf7ab69d8228f3..34fc5c30a7e7a6700d378e5cdcce9b79393d86cb 100644 |
--- a/third_party/WebKit/Source/bindings/core/v8/V8IntersectionObserverCallback.h |
+++ b/third_party/WebKit/Source/bindings/core/v8/V8IntersectionObserverCallback.h |
@@ -25,8 +25,6 @@ public: |
ExecutionContext* getExecutionContext() const override { return ContextLifecycleObserver::getExecutionContext(); } |
private: |
- static void setWeakCallback(const v8::WeakCallbackInfo<V8IntersectionObserverCallback>&); |
- |
ScopedPersistent<v8::Function> m_callback; |
RefPtr<ScriptState> m_scriptState; |
}; |