Index: Source/core/rendering/AbstractInlineTextBox.h |
diff --git a/Source/core/rendering/AbstractInlineTextBox.h b/Source/core/rendering/AbstractInlineTextBox.h |
index b2811e93019692c20b117273157fe41b12147f16..1b521e3968e2e2d7eb7dd2f005c1b01650e08c98 100644 |
--- a/Source/core/rendering/AbstractInlineTextBox.h |
+++ b/Source/core/rendering/AbstractInlineTextBox.h |
@@ -75,7 +75,6 @@ public: |
PassRefPtr<AbstractInlineTextBox> nextInlineTextBox() const; |
LayoutRect bounds() const; |
- unsigned start() const; |
unsigned len() const; |
Direction direction() const; |
void characterWidths(Vector<float>&) const; |