| Index: third_party/WebKit/Source/core/layout/api/LayoutLIItem.h
|
| diff --git a/third_party/WebKit/Source/core/layout/api/LayoutLIItem.h b/third_party/WebKit/Source/core/layout/api/LayoutLIItem.h
|
| index 8b2b097eb5401dcf2de934278071ec6f369c8894..e75f9b4eb011bed45148812349282627c7d24ae4 100644
|
| --- a/third_party/WebKit/Source/core/layout/api/LayoutLIItem.h
|
| +++ b/third_party/WebKit/Source/core/layout/api/LayoutLIItem.h
|
| @@ -27,11 +27,6 @@ public:
|
|
|
| LayoutLIItem() { }
|
|
|
| - void setNotInList(bool notInList)
|
| - {
|
| - return toListItem()->setNotInList(notInList);
|
| - }
|
| -
|
| private:
|
| LayoutListItem* toListItem()
|
| {
|
|
|