| Index: Source/core/page/DOMSelection.h
|
| diff --git a/Source/core/page/DOMSelection.h b/Source/core/page/DOMSelection.h
|
| index 80919a8718c59986eb94ae5be574b49a7292611b..c56a8a62db657dfb8fd155d56b392b38978c8ed1 100644
|
| --- a/Source/core/page/DOMSelection.h
|
| +++ b/Source/core/page/DOMSelection.h
|
| @@ -33,7 +33,7 @@
|
|
|
| #include "bindings/v8/ScriptWrappable.h"
|
| #include "core/frame/DOMWindowProperty.h"
|
| -#include "heap/Handle.h"
|
| +#include "platform/heap/Handle.h"
|
| #include "wtf/Forward.h"
|
| #include "wtf/PassRefPtr.h"
|
| #include "wtf/RefCounted.h"
|
| @@ -83,7 +83,7 @@ public:
|
| void collapseToEnd(ExceptionState&);
|
| void collapseToStart(ExceptionState&);
|
| void extend(Node*, int offset, ExceptionState&);
|
| - PassRefPtr<Range> getRangeAt(int, ExceptionState&);
|
| + PassRefPtrWillBeRawPtr<Range> getRangeAt(int, ExceptionState&);
|
| void removeAllRanges();
|
| void addRange(Range*);
|
| void deleteFromDocument();
|
|
|