| 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 c3cee9abada2c63ab410ea07012aa8c97abe6cce..eb781660dfe3821ba9b96d9f19c0392fc0e40768 100644
|
| --- a/third_party/WebKit/Source/core/editing/EditingUtilities.h
|
| +++ b/third_party/WebKit/Source/core/editing/EditingUtilities.h
|
| @@ -80,7 +80,7 @@ CORE_EXPORT bool needsLayoutTreeUpdate(const Position&);
|
| // defiance of editing boundaries. This returns a Document if designMode="on"
|
| // and the specified Position is not in the <body>.
|
| CORE_EXPORT ContainerNode* highestEditableRoot(const Position&, EditableType = ContentIsEditable);
|
| -ContainerNode* highestEditableRoot(const PositionInFlatTree&, EditableType = ContentIsEditable);
|
| +ContainerNode* highestEditableRoot(const PositionInFlatTree&);
|
|
|
| Node* highestEnclosingNodeOfType(const Position&, bool (*nodeIsOfType)(const Node*),
|
| EditingBoundaryCrossingRule = CannotCrossEditingBoundary, Node* stayWithin = nullptr);
|
| @@ -309,7 +309,7 @@ HTMLSpanElement* createTabSpanElement(Document&);
|
| HTMLSpanElement* createTabSpanElement(Document&, const String& tabText);
|
|
|
| Element* rootEditableElementOf(const Position&, EditableType = ContentIsEditable);
|
| -Element* rootEditableElementOf(const PositionInFlatTree&, EditableType = ContentIsEditable);
|
| +Element* rootEditableElementOf(const PositionInFlatTree&);
|
| Element* rootEditableElementOf(const VisiblePosition&);
|
| Element* unsplittableElementForPosition(const Position&);
|
|
|
|
|