| Index: third_party/WebKit/Source/core/editing/BUILD.gn
|
| diff --git a/third_party/WebKit/Source/core/editing/BUILD.gn b/third_party/WebKit/Source/core/editing/BUILD.gn
|
| index c241a4438983282c40a0ab7ce46866b2f705e040..71619248ba347ba2f0551fb5d6a64442f0ddcba8 100644
|
| --- a/third_party/WebKit/Source/core/editing/BUILD.gn
|
| +++ b/third_party/WebKit/Source/core/editing/BUILD.gn
|
| @@ -185,6 +185,8 @@ blink_core_sources("editing") {
|
| "iterators/TextIterator.h",
|
| "iterators/TextIteratorBehavior.cpp",
|
| "iterators/TextIteratorBehavior.h",
|
| + "iterators/TextIteratorTextNodeHandler.cpp",
|
| + "iterators/TextIteratorTextNodeHandler.h",
|
| "iterators/TextIteratorTextState.cpp",
|
| "iterators/TextIteratorTextState.h",
|
| "iterators/TextSearcherICU.cpp",
|
|
|