| Index: Source/core/dom/Range.h
|
| diff --git a/Source/core/dom/Range.h b/Source/core/dom/Range.h
|
| index 61fb26828da78890309454990eed598e94c5c69a..93a5371d9e108898cbaaa7f0c2769680e14204ce 100644
|
| --- a/Source/core/dom/Range.h
|
| +++ b/Source/core/dom/Range.h
|
| @@ -72,7 +72,7 @@ public:
|
| enum CompareResults { NODE_BEFORE, NODE_AFTER, NODE_BEFORE_AND_AFTER, NODE_INSIDE };
|
| CompareResults compareNode(Node* refNode, ExceptionState&) const;
|
| enum CompareHow { START_TO_START, START_TO_END, END_TO_END, END_TO_START };
|
| - short compareBoundaryPoints(CompareHow, const PassRefPtrWillBeRawPtr<Range> sourceRange, ExceptionState&) const;
|
| + short compareBoundaryPoints(CompareHow, const Range* sourceRange, ExceptionState&) const;
|
| static short compareBoundaryPoints(Node* containerA, int offsetA, Node* containerB, int offsetB, ExceptionState&);
|
| static short compareBoundaryPoints(const RangeBoundaryPoint& boundaryA, const RangeBoundaryPoint& boundaryB, ExceptionState&);
|
| bool boundaryPointsValid() const;
|
|
|