| Index: Source/WebCore/dom/Range.h
|
| diff --git a/Source/WebCore/dom/Range.h b/Source/WebCore/dom/Range.h
|
| index 5637b77ab17f4d67788567e51c7141a070c935db..5d054219e65791cca66fa44726bd92b4f1c73c3d 100644
|
| --- a/Source/WebCore/dom/Range.h
|
| +++ b/Source/WebCore/dom/Range.h
|
| @@ -98,6 +98,8 @@ public:
|
| const Position startPosition() const { return m_start.toPosition(); }
|
| const Position endPosition() const { return m_end.toPosition(); }
|
|
|
| + bool getLocationAndLength(unsigned& location, unsigned& length);
|
| +
|
| Node* firstNode() const;
|
| Node* pastLastNode() const;
|
|
|
|
|