Index: Source/core/html/HTMLSelectElement.h |
diff --git a/Source/core/html/HTMLSelectElement.h b/Source/core/html/HTMLSelectElement.h |
index c7f5226772635621a234cc98f24105a753518180..6fb5f154f8fbe95ecf852609e61c577b0ca19621 100644 |
--- a/Source/core/html/HTMLSelectElement.h |
+++ b/Source/core/html/HTMLSelectElement.h |
@@ -105,11 +105,11 @@ public: |
// For use in the implementation of HTMLOptionElement. |
void optionSelectionStateChanged(HTMLOptionElement*, bool optionIsSelected); |
- virtual void acceptHeapVisitor(Visitor*) const OVERRIDE; |
- |
protected: |
HTMLSelectElement(const QualifiedName&, Handle<Document>, HTMLFormElement*); |
+ virtual void acceptHeapVisitor(Visitor*) const OVERRIDE; |
+ |
private: |
virtual const AtomicString& formControlType() const; |