| Index: third_party/WebKit/Source/core/editing/PositionWithAffinity.cpp
|
| diff --git a/third_party/WebKit/Source/core/editing/PositionWithAffinity.cpp b/third_party/WebKit/Source/core/editing/PositionWithAffinity.cpp
|
| index 5e77c8ee991e30fb6bca68be023d213103c7523c..58bf2ad44e4f535794d0e34ce875372f5d9664dc 100644
|
| --- a/third_party/WebKit/Source/core/editing/PositionWithAffinity.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/PositionWithAffinity.cpp
|
| @@ -33,6 +33,6 @@ bool PositionWithAffinityTemplate<Strategy>::operator==(const PositionWithAffini
|
| }
|
|
|
| template class CORE_TEMPLATE_EXPORT PositionWithAffinityTemplate<EditingStrategy>;
|
| -template class CORE_TEMPLATE_EXPORT PositionWithAffinityTemplate<EditingInComposedTreeStrategy>;
|
| +template class CORE_TEMPLATE_EXPORT PositionWithAffinityTemplate<EditingInFlatTreeStrategy>;
|
|
|
| } // namespace blink
|
|
|