Remove a static initializer on Windows.

clang-cl complains:
..\..\third_party\WebKit\Source\core\html\HTMLSelectElement.cpp(80,23) :
error: declaration requires a global constructor [-Werror,-Wglobal-constructors]
static const unsigned maxListItems = std::numeric_limits<int>::max();
                      ^

See also thread "[chromium-dev] std::numeric_limits vs INTN_MAX"

BUG=82385
TBR=tkent@chromium.org

Review URL: https://codereview.chromium.org/1411323005 .

Cr-Commit-Position: refs/heads/master@{#357118}
1 file changed