Index: Source/core/html/HTMLSelectElement.h |
diff --git a/Source/core/html/HTMLSelectElement.h b/Source/core/html/HTMLSelectElement.h |
index 7c38c0dc1efa60883fdfd1f931b05d941cb8a4be..4286b2020e32b7197b48b9d655638a743461b46b 100644 |
--- a/Source/core/html/HTMLSelectElement.h |
+++ b/Source/core/html/HTMLSelectElement.h |
@@ -116,6 +116,7 @@ public: |
void optionSelectionStateChanged(HTMLOptionElement*, bool optionIsSelected); |
bool anonymousIndexedSetter(unsigned, PassRefPtr<HTMLOptionElement>, ExceptionState&); |
+ void updateListOnRenderer(); |
protected: |
HTMLSelectElement(Document&, HTMLFormElement*); |