summaryrefslogtreecommitdiffstats
path: root/WebCore/rendering/RenderListItem.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/rendering/RenderListItem.h')
-rw-r--r--WebCore/rendering/RenderListItem.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/WebCore/rendering/RenderListItem.h b/WebCore/rendering/RenderListItem.h
index 21544f9..c4c41dc 100644
--- a/WebCore/rendering/RenderListItem.h
+++ b/WebCore/rendering/RenderListItem.h
@@ -44,6 +44,8 @@ public:
void setNotInList(bool notInList) { m_notInList = notInList; }
bool notInList() const { return m_notInList; }
+ const String& markerText() const;
+
private:
virtual const char* renderName() const { return "RenderListItem"; }
@@ -59,8 +61,6 @@ private:
virtual void positionListMarker();
- const String& markerText() const;
-
virtual void styleDidChange(StyleDifference, const RenderStyle* oldStyle);
void updateMarkerLocation();