| Index: third_party/WebKit/Source/core/editing/SelectionModifier.h
|
| diff --git a/third_party/WebKit/Source/core/editing/SelectionModifier.h b/third_party/WebKit/Source/core/editing/SelectionModifier.h
|
| index f9fb61c962b62de7ad97282f163fd07a98a8e15e..3f7abe54533827989b97ab465f97a4cb8f73b8d4 100644
|
| --- a/third_party/WebKit/Source/core/editing/SelectionModifier.h
|
| +++ b/third_party/WebKit/Source/core/editing/SelectionModifier.h
|
| @@ -80,7 +80,6 @@ class SelectionModifier {
|
| VisiblePosition modifyMovingLeft(TextGranularity);
|
| VisiblePosition modifyMovingBackward(TextGranularity);
|
| VisiblePosition nextWordPositionForPlatform(const VisiblePosition&);
|
| - void willBeModified(EAlteration, SelectionDirection);
|
|
|
| Member<LocalFrame> m_frame;
|
| VisibleSelection m_selection;
|
|
|