| Index: third_party/WebKit/Source/core/editing/EditingUtilities.h
|
| diff --git a/third_party/WebKit/Source/core/editing/EditingUtilities.h b/third_party/WebKit/Source/core/editing/EditingUtilities.h
|
| index d12d61aac45390980eca55e4832cb7b37f1f4745..e8eb257a63c8babaf6c529a6d90852973d6e4879 100644
|
| --- a/third_party/WebKit/Source/core/editing/EditingUtilities.h
|
| +++ b/third_party/WebKit/Source/core/editing/EditingUtilities.h
|
| @@ -84,8 +84,7 @@ CORE_EXPORT Element* rootEditableElement(const Node&);
|
| Element* rootEditableElementOf(const Position&);
|
| Element* rootEditableElementOf(const PositionInFlatTree&);
|
| Element* rootEditableElementOf(const VisiblePosition&);
|
| -ContainerNode* rootEditableElementOrTreeScopeRootNodeOf(
|
| - const VisibleSelection&);
|
| +ContainerNode* rootEditableElementOrTreeScopeRootNodeOf(const Position&);
|
| // highestEditableRoot returns the highest editable node. If the
|
| // rootEditableElement of the speicified Position is <body>, this returns the
|
| // <body>. Otherwise, this searches ancestors for the highest editable node in
|
|
|