| 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 5f348eb8a20c43e66bb609aca55f555d0b4d97fa..661e004c1a4f210df922241d8701f67509b45dbe 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutObject.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutObject.cpp
|
| @@ -3245,11 +3245,6 @@ int LayoutObject::caretMaxOffset() const
|
| return 0;
|
| }
|
|
|
| -int LayoutObject::previousOffsetForBackwardDeletion(int current) const
|
| -{
|
| - return current - 1;
|
| -}
|
| -
|
| bool LayoutObject::isInert() const
|
| {
|
| const LayoutObject* layoutObject = this;
|
|
|