| Index: third_party/WebKit/Source/core/dom/BUILD.gn
|
| diff --git a/third_party/WebKit/Source/core/dom/BUILD.gn b/third_party/WebKit/Source/core/dom/BUILD.gn
|
| index 874b587d21c327a46ea2bc1436c85819004c7bcd..ac209c0d66c95650a1db6f5733ed0036526c4d07 100644
|
| --- a/third_party/WebKit/Source/core/dom/BUILD.gn
|
| +++ b/third_party/WebKit/Source/core/dom/BUILD.gn
|
| @@ -124,6 +124,8 @@ blink_core_sources("dom") {
|
| "ElementDataCache.h",
|
| "ElementFullscreen.cpp",
|
| "ElementFullscreen.h",
|
| + "ElementIntersectionObserverData.cpp",
|
| + "ElementIntersectionObserverData.h",
|
| "ElementRareData.cpp",
|
| "ElementRareData.h",
|
| "ElementTraversal.h",
|
| @@ -194,8 +196,6 @@ blink_core_sources("dom") {
|
| "NodeFilter.cpp",
|
| "NodeFilter.h",
|
| "NodeFilterCondition.h",
|
| - "NodeIntersectionObserverData.cpp",
|
| - "NodeIntersectionObserverData.h",
|
| "NodeIterator.cpp",
|
| "NodeIterator.h",
|
| "NodeIteratorBase.cpp",
|
|
|