| Index: third_party/WebKit/Source/core/editing/iterators/CharacterIterator.cpp
|
| diff --git a/third_party/WebKit/Source/core/editing/iterators/CharacterIterator.cpp b/third_party/WebKit/Source/core/editing/iterators/CharacterIterator.cpp
|
| index e3e1e341615c574856492bb28ab7b7a0b07eb908..4f73fcef59f951a24e692e461dc37baca26f1b1d 100644
|
| --- a/third_party/WebKit/Source/core/editing/iterators/CharacterIterator.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/iterators/CharacterIterator.cpp
|
| @@ -197,6 +197,6 @@ EphemeralRange calculateCharacterSubrange(const EphemeralRange& range, int chara
|
| }
|
|
|
| template class CORE_TEMPLATE_EXPORT CharacterIteratorAlgorithm<EditingStrategy>;
|
| -template class CORE_TEMPLATE_EXPORT CharacterIteratorAlgorithm<EditingInComposedTreeStrategy>;
|
| +template class CORE_TEMPLATE_EXPORT CharacterIteratorAlgorithm<EditingInFlatTreeStrategy>;
|
|
|
| } // namespace blink
|
|
|