| Index: third_party/WebKit/Source/core/layout/LayoutObject.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutObject.cpp b/third_party/WebKit/Source/core/layout/LayoutObject.cpp
|
| index f7fefe576aff17d0c7013f36525d5b7ed36552cc..21fea9540f5f91db118ac65b178bf6381be743cf 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutObject.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutObject.cpp
|
| @@ -3250,11 +3250,6 @@ int LayoutObject::previousOffset(int current) const
|
| return current - 1;
|
| }
|
|
|
| -int LayoutObject::previousOffsetForBackwardDeletion(int current) const
|
| -{
|
| - return current - 1;
|
| -}
|
| -
|
| int LayoutObject::nextOffset(int current) const
|
| {
|
| return current + 1;
|
|
|