summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/rendering/TextControlInnerElements.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/rendering/TextControlInnerElements.h')
-rw-r--r--Source/WebCore/rendering/TextControlInnerElements.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/Source/WebCore/rendering/TextControlInnerElements.h b/Source/WebCore/rendering/TextControlInnerElements.h
index bb77dcd..4ba7857 100644
--- a/Source/WebCore/rendering/TextControlInnerElements.h
+++ b/Source/WebCore/rendering/TextControlInnerElements.h
@@ -48,8 +48,6 @@ protected:
private:
virtual bool isMouseFocusable() const { return false; }
-
- RefPtr<HTMLElement> m_shadowParent;
};
class TextControlInnerTextElement : public TextControlInnerElement {
@@ -101,6 +99,7 @@ public:
private:
SpinButtonElement(HTMLElement*);
+ virtual void detach();
virtual bool isSpinButtonElement() const { return true; }
// FIXME: shadowAncestorNode() should be const.
virtual bool isEnabledFormControl() const { return static_cast<Element*>(const_cast<SpinButtonElement*>(this)->shadowAncestorNode())->isEnabledFormControl(); }