| Index: Source/core/editing/PositionWithAffinity.h
|
| diff --git a/Source/core/editing/PositionWithAffinity.h b/Source/core/editing/PositionWithAffinity.h
|
| index 97e5de4d9705e16c18cd33134d64a0b022ee26cf..26a928221ce3ca9c24f9bff21e6979220d5113ab 100644
|
| --- a/Source/core/editing/PositionWithAffinity.h
|
| +++ b/Source/core/editing/PositionWithAffinity.h
|
| @@ -43,8 +43,10 @@ private:
|
| };
|
|
|
| extern template class CORE_EXTERN_TEMPLATE_EXPORT PositionWithAffinityTemplate<Position>;
|
| +extern template class CORE_EXTERN_TEMPLATE_EXPORT PositionWithAffinityTemplate<PositionInComposedTree>;
|
|
|
| using PositionWithAffinity = PositionWithAffinityTemplate<Position>;
|
| +using PositionInComposedTreeWithAffinity = PositionWithAffinityTemplate<PositionInComposedTree>;
|
|
|
| } // namespace blink
|
|
|
|
|