Index: Source/core/html/HTMLSelectElement.cpp |
diff --git a/Source/core/html/HTMLSelectElement.cpp b/Source/core/html/HTMLSelectElement.cpp |
index 1e3f930f92c435c6f88ee970b56b4320ec430bda..aa62f78c6996bed1b6211bc8cef65ad1143ccca6 100644 |
--- a/Source/core/html/HTMLSelectElement.cpp |
+++ b/Source/core/html/HTMLSelectElement.cpp |
@@ -69,7 +69,7 @@ namespace blink { |
using namespace HTMLNames; |
// Upper limit agreed upon with representatives of Opera and Mozilla. |
-static const unsigned maxSelectItems = 10000; |
+const unsigned HTMLSelectElement::maxSelectItems = 10000; |
HTMLSelectElement::HTMLSelectElement(Document& document, HTMLFormElement* form) |
: HTMLFormControlElementWithState(selectTag, document, form) |