| Index: third_party/WebKit/Source/core/dom/Range.h
|
| diff --git a/third_party/WebKit/Source/core/dom/Range.h b/third_party/WebKit/Source/core/dom/Range.h
|
| index ac40dfc51c27f2fc1f2d68cd0b9851384277dfee..cb70153bd6ec58a7a7dde712c0ebb00a0423f124 100644
|
| --- a/third_party/WebKit/Source/core/dom/Range.h
|
| +++ b/third_party/WebKit/Source/core/dom/Range.h
|
| @@ -182,6 +182,7 @@ class CORE_EXPORT Range final : public GarbageCollected<Range>,
|
|
|
| void checkNodeBA(Node*, ExceptionState&) const;
|
| void checkExtractPrecondition(ExceptionState&);
|
| + bool hasSameRoot(const Node&) const;
|
|
|
| enum ActionType { DELETE_CONTENTS, EXTRACT_CONTENTS, CLONE_CONTENTS };
|
| DocumentFragment* processContents(ActionType, ExceptionState&);
|
|
|