Chromium Code Reviews| Index: Source/core/dom/Position.h |
| diff --git a/Source/core/dom/Position.h b/Source/core/dom/Position.h |
| index 07ad7a195a5c13aecc278ab73cd9c8ff7731ebe0..410404357c804bffdf422c3a989b00376c621654 100644 |
| --- a/Source/core/dom/Position.h |
| +++ b/Source/core/dom/Position.h |
| @@ -318,6 +318,8 @@ inline bool offsetIsBeforeLastNodeOffset(int offset, Node* anchorNode) |
| return offset < currentOffset; |
| } |
| +PassRefPtrWillBeRawPtr<Range> makeRange(const Position&, const Position&); |
|
Yuta Kitamura
2014/06/06 08:57:30
I'm not sure what's the difference between this fu
mlamouri (slow - plz ping)
2014/06/06 09:23:16
Removed.
|
| + |
| class PositionWithAffinity { |
| DISALLOW_ALLOCATION(); |
| public: |