| 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 a7ac7bd7366654faa82293b53afef3a93ebb6a63..7f24f312bbb627f95d0907420623dbd707678ec9 100644
|
| --- a/third_party/WebKit/Source/core/editing/EditingUtilities.h
|
| +++ b/third_party/WebKit/Source/core/editing/EditingUtilities.h
|
| @@ -81,7 +81,6 @@ CORE_EXPORT bool hasEditableStyle(const Node&);
|
| CORE_EXPORT bool hasRichlyEditableStyle(const Node&);
|
| CORE_EXPORT bool isRootEditableElement(const Node&);
|
| CORE_EXPORT Element* rootEditableElement(const Node&);
|
| -bool selectionHasFocus(const SelectionInFlatTree&);
|
| Element* rootEditableElementOf(const Position&);
|
| Element* rootEditableElementOf(const PositionInFlatTree&);
|
| Element* rootEditableElementOf(const VisiblePosition&);
|
|
|