Index: third_party/WebKit/Source/core/dom/Element.h |
diff --git a/third_party/WebKit/Source/core/dom/Element.h b/third_party/WebKit/Source/core/dom/Element.h |
index 63839905bfc23d40355d803d55e566aad49b78a3..e778e157399415c785276cfeb2dad5f61d37dc84 100644 |
--- a/third_party/WebKit/Source/core/dom/Element.h |
+++ b/third_party/WebKit/Source/core/dom/Element.h |
@@ -52,6 +52,7 @@ |
class DOMStringMap; |
class DOMTokenList; |
class Dictionary; |
+class ElementIntersectionObserverData; |
class ElementRareData; |
class ElementShadow; |
class ExceptionState; |
@@ -59,7 +60,6 @@ |
class IntSize; |
class Locale; |
class MutableStylePropertySet; |
-class NodeIntersectionObserverData; |
class PropertySetCSSStyleDeclaration; |
class PseudoElement; |
class ScrollState; |
@@ -554,8 +554,8 @@ |
SpellcheckAttributeState spellcheckAttributeState() const; |
- NodeIntersectionObserverData* intersectionObserverData() const; |
- NodeIntersectionObserverData& ensureIntersectionObserverData(); |
+ ElementIntersectionObserverData* intersectionObserverData() const; |
+ ElementIntersectionObserverData& ensureIntersectionObserverData(); |
protected: |
Element(const QualifiedName& tagName, Document*, ConstructionType); |