Index: third_party/WebKit/Source/core/layout/LayoutListItem.h |
diff --git a/third_party/WebKit/Source/core/layout/LayoutListItem.h b/third_party/WebKit/Source/core/layout/LayoutListItem.h |
index 38dae806b6297fa4890630f4d37797b09b4deb86..8e433c00fa81b3fbd7baeece38604dd9e3916e51 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutListItem.h |
+++ b/third_party/WebKit/Source/core/layout/LayoutListItem.h |
@@ -47,9 +47,6 @@ public: |
void setExplicitValue(int); |
void clearExplicitValue(); |
- void setNotInList(bool); |
- bool notInList() const { return m_notInList; } |
- |
const String& markerText() const; |
void updateListMarkerNumbers(); |
@@ -94,7 +91,6 @@ private: |
bool m_hasExplicitValue : 1; |
mutable bool m_isValueUpToDate : 1; |
- bool m_notInList : 1; |
}; |
DEFINE_LAYOUT_OBJECT_TYPE_CASTS(LayoutListItem, isListItem()); |