| Index: Source/core/editing/htmlediting.h
|
| diff --git a/Source/core/editing/htmlediting.h b/Source/core/editing/htmlediting.h
|
| index 1c7b9fbc35ce2296be1b01e10c0bf11d9a6c36a2..10c4a0bad581362a7593a26da23df7f193dd907b 100644
|
| --- a/Source/core/editing/htmlediting.h
|
| +++ b/Source/core/editing/htmlediting.h
|
| @@ -191,7 +191,7 @@ VisiblePosition visiblePositionForIndex(int index, ContainerNode* scope);
|
|
|
| // Functions returning Range
|
|
|
| -PassRefPtr<Range> createRange(Document&, const VisiblePosition& start, const VisiblePosition& end, ExceptionState&);
|
| +PassRefPtrWillBeRawPtr<Range> createRange(Document&, const VisiblePosition& start, const VisiblePosition& end, ExceptionState&);
|
|
|
| // -------------------------------------------------------------------------
|
| // HTMLElement
|
|
|