| Index: third_party/WebKit/Source/core/editing/iterators/BackwardsCharacterIterator.cpp
|
| diff --git a/third_party/WebKit/Source/core/editing/iterators/BackwardsCharacterIterator.cpp b/third_party/WebKit/Source/core/editing/iterators/BackwardsCharacterIterator.cpp
|
| index eb9b9f2b093c6151eab46af9a8124a3126e5bde5..338de628f37ea7695760042a772edd6ee041419f 100644
|
| --- a/third_party/WebKit/Source/core/editing/iterators/BackwardsCharacterIterator.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/iterators/BackwardsCharacterIterator.cpp
|
| @@ -93,6 +93,6 @@ void BackwardsCharacterIteratorAlgorithm<Strategy>::advance(int count)
|
| }
|
|
|
| template class CORE_TEMPLATE_EXPORT BackwardsCharacterIteratorAlgorithm<EditingStrategy>;
|
| -template class CORE_TEMPLATE_EXPORT BackwardsCharacterIteratorAlgorithm<EditingInComposedTreeStrategy>;
|
| +template class CORE_TEMPLATE_EXPORT BackwardsCharacterIteratorAlgorithm<EditingInFlatTreeStrategy>;
|
|
|
| } // namespace blink
|
|
|