| Index: third_party/WebKit/Source/core/dom/IntersectionObserver.h
|
| diff --git a/third_party/WebKit/Source/core/dom/IntersectionObserver.h b/third_party/WebKit/Source/core/dom/IntersectionObserver.h
|
| index c027b3cff9c7422bdc70fc7fe8389f6b475d7b96..8b1efffb4a9e078eaaa62b443aa67d4a4af7153d 100644
|
| --- a/third_party/WebKit/Source/core/dom/IntersectionObserver.h
|
| +++ b/third_party/WebKit/Source/core/dom/IntersectionObserver.h
|
| @@ -35,7 +35,6 @@ public:
|
| HeapVector<Member<IntersectionObserverEntry>> takeRecords();
|
| Element* root() const;
|
| String rootMargin() const;
|
| - const Vector<float>& thresholds() const { return m_thresholds; }
|
|
|
| Node* rootNode() const { return m_root.get(); }
|
| LayoutObject* rootLayoutObject() const;
|
|
|