| Index: Source/core/editing/VisibleSelection.h
|
| diff --git a/Source/core/editing/VisibleSelection.h b/Source/core/editing/VisibleSelection.h
|
| index 0b4db45b9fbc0145beadc8535fd6aada9f8b2ca7..b8b2916074abf4b0a4be72ee964c7b64567eea64 100644
|
| --- a/Source/core/editing/VisibleSelection.h
|
| +++ b/Source/core/editing/VisibleSelection.h
|
| @@ -158,8 +158,6 @@ public:
|
| // contracts the range around text, and moves the caret most backward
|
| // visually equivalent position before returning the range/positions.
|
| EphemeralRange toNormalizedEphemeralRange() const;
|
| - static EphemeralRange normalizeRange(const EphemeralRange&);
|
| - static EphemeralRangeInComposedTree normalizeRange(const EphemeralRangeInComposedTree&);
|
|
|
| Element* rootEditableElement() const;
|
| bool isContentEditable() const;
|
|
|