Index: Source/core/html/HTMLSelectElement.h |
diff --git a/Source/core/html/HTMLSelectElement.h b/Source/core/html/HTMLSelectElement.h |
index 179878adb222aae521f0bbadf4390e5ef1d66956..19093b16803ec9b95458afa88c5b18dd816fa822 100644 |
--- a/Source/core/html/HTMLSelectElement.h |
+++ b/Source/core/html/HTMLSelectElement.h |
@@ -44,6 +44,7 @@ class HTMLElementOrLong; |
class CORE_EXPORT HTMLSelectElement final : public HTMLFormControlElementWithState, public TypeAheadDataSource { |
DEFINE_WRAPPERTYPEINFO(); |
public: |
+ static const unsigned maxSelectItems; |
static PassRefPtrWillBeRawPtr<HTMLSelectElement> create(Document&); |
static PassRefPtrWillBeRawPtr<HTMLSelectElement> create(Document&, HTMLFormElement*); |