| Index: third_party/WebKit/Source/core/dom/Element.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/Element.cpp b/third_party/WebKit/Source/core/dom/Element.cpp
|
| index 85e2bbf37d39955ef10d7416e4aa1b38dcf0d795..86a07f6beef5d8608304d4c3b0fecc1452f83522 100644
|
| --- a/third_party/WebKit/Source/core/dom/Element.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/Element.cpp
|
| @@ -2613,7 +2613,7 @@ Node* Element::insertAdjacent(const String& where, Node* newChild, ExceptionStat
|
|
|
| NodeIntersectionObserverData* Element::intersectionObserverData() const
|
| {
|
| - if (elementRareData())
|
| + if (hasRareData())
|
| return elementRareData()->intersectionObserverData();
|
| return nullptr;
|
| }
|
|
|