summaryrefslogtreecommitdiffstats
path: root/WebCore/rendering/RenderTextControl.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/rendering/RenderTextControl.h')
-rw-r--r--WebCore/rendering/RenderTextControl.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/WebCore/rendering/RenderTextControl.h b/WebCore/rendering/RenderTextControl.h
index e4f7747..bce9619 100644
--- a/WebCore/rendering/RenderTextControl.h
+++ b/WebCore/rendering/RenderTextControl.h
@@ -26,7 +26,6 @@
namespace WebCore {
-class FormControlElement;
class VisibleSelection;
class TextControlInnerElement;
class TextControlInnerTextElement;
@@ -96,8 +95,6 @@ protected:
friend class TextIterator;
HTMLElement* innerTextElement() const;
- FormControlElement* formControlElement() const;
-
private:
String finishText(Vector<UChar>&) const;