Index: third_party/WebKit/Source/core/editing/iterators/BackwardsCharacterIterator.h |
diff --git a/third_party/WebKit/Source/core/editing/iterators/BackwardsCharacterIterator.h b/third_party/WebKit/Source/core/editing/iterators/BackwardsCharacterIterator.h |
index 4095b0e1b19fc1ce8eed9c0093afb6c33af04b64..94ce5615e3c1c41aee517a0309fff596f8e74770 100644 |
--- a/third_party/WebKit/Source/core/editing/iterators/BackwardsCharacterIterator.h |
+++ b/third_party/WebKit/Source/core/editing/iterators/BackwardsCharacterIterator.h |
@@ -54,7 +54,7 @@ private: |
}; |
extern template class CORE_EXTERN_TEMPLATE_EXPORT BackwardsCharacterIteratorAlgorithm<EditingStrategy>; |
-extern template class CORE_EXTERN_TEMPLATE_EXPORT BackwardsCharacterIteratorAlgorithm<EditingInComposedTreeStrategy>; |
+extern template class CORE_EXTERN_TEMPLATE_EXPORT BackwardsCharacterIteratorAlgorithm<EditingInFlatTreeStrategy>; |
using BackwardsCharacterIterator = BackwardsCharacterIteratorAlgorithm<EditingStrategy>; |