Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1864)

Issue 1411323005: Remove a static initializer on Windows. (Closed)

Created:
5 years, 1 month ago by Nico
Modified:
5 years, 1 month ago
Reviewers:
tkent
CC:
chromium-reviews, blink-reviews, dglazkov+blink, blink-reviews-html_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

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 Committed: https://chromium.googlesource.com/chromium/src/+/80004a8df9cf8b81f5b231696e3a24d190a8e05b

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M third_party/WebKit/Source/core/html/HTMLSelectElement.cpp View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 4 (0 generated)
Nico
5 years, 1 month ago (2015-10-30 16:18:33 UTC) #1
commit-bot: I haz the power
Patchset 1 (id:??) landed as https://crrev.com/80004a8df9cf8b81f5b231696e3a24d190a8e05b Cr-Commit-Position: refs/heads/master@{#357118}
5 years, 1 month ago (2015-10-30 16:20:42 UTC) #2
Nico
Committed patchset #1 (id:1) manually as 80004a8df9cf8b81f5b231696e3a24d190a8e05b (presubmit successful).
5 years, 1 month ago (2015-10-30 16:21:15 UTC) #3
tkent
5 years, 1 month ago (2015-11-01 23:42:39 UTC) #4
Message was sent while issue was closed.
lgtm.  Thank you!

Powered by Google App Engine
This is Rietveld 408576698