| Index: third_party/WebKit/Source/core/editing/EditingUtilities.h
|
| diff --git a/third_party/WebKit/Source/core/editing/EditingUtilities.h b/third_party/WebKit/Source/core/editing/EditingUtilities.h
|
| index f0144ae78a99691b2be550ed1dda3269840f9a53..5cec6b5b12ce41e3e4e71ce5d4035f45570e6ce9 100644
|
| --- a/third_party/WebKit/Source/core/editing/EditingUtilities.h
|
| +++ b/third_party/WebKit/Source/core/editing/EditingUtilities.h
|
| @@ -281,7 +281,7 @@ int indexForVisiblePosition(const VisiblePosition&, ContainerNode*& scope);
|
| EphemeralRange makeRange(const VisiblePosition&, const VisiblePosition&);
|
| EphemeralRange normalizeRange(const EphemeralRange&);
|
| EphemeralRangeInFlatTree normalizeRange(const EphemeralRangeInFlatTree&);
|
| -VisiblePosition visiblePositionForIndex(int index, ContainerNode* scope);
|
| +CORE_EXPORT VisiblePosition visiblePositionForIndex(int index, ContainerNode* scope);
|
|
|
| // -------------------------------------------------------------------------
|
| // HTMLElement
|
|
|