| Index: Source/core/editing/htmlediting.h
|
| diff --git a/Source/core/editing/htmlediting.h b/Source/core/editing/htmlediting.h
|
| index 3500e03750c3eb6647550360d26faff8d062149f..e8bd156280d9302d14c9a4bad1fb4ae3bee006bb 100644
|
| --- a/Source/core/editing/htmlediting.h
|
| +++ b/Source/core/editing/htmlediting.h
|
| @@ -148,6 +148,7 @@ inline Position lastPositionInOrAfterNode(Node* node)
|
| // comparision functions on Position
|
|
|
| int comparePositions(const Position&, const Position&);
|
| +int comparePositions(const PositionWithAffinity&, const PositionWithAffinity&);
|
|
|
| // boolean functions on Position
|
|
|
|
|