| 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 ed46226e8e66ef634784dd68e372a3e71f6ffd91..f9fb61c962b62de7ad97282f163fd07a98a8e15e 100644
|
| --- a/third_party/WebKit/Source/core/editing/SelectionModifier.h
|
| +++ b/third_party/WebKit/Source/core/editing/SelectionModifier.h
|
| @@ -57,8 +57,6 @@ class SelectionModifier {
|
| unsigned verticalDistance,
|
| VerticalDirection);
|
|
|
| - DECLARE_VIRTUAL_TRACE();
|
| -
|
| private:
|
| // TODO(yosin): We should move |EPositionType| to "SelectionModifier.cpp",
|
| // it is only used for implementing |modify()|.
|
|
|