| 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 4168a66f548220923d85b1d981bd47e68445f72c..f8f36e3d62d4734eb3d58399f64f646b33b88db8 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",
|
|
|