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