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

Issue 289163003: Fix build with gcc 4.8 and C++11 support enabled (Closed)

Created:
6 years, 7 months ago by Inactive
Modified:
6 years, 7 months ago
Reviewers:
Nico, eseidel
CC:
blink-reviews, blink-reviews-html_chromium.org, zoltan1, sof, eae+blinkwatch, leviw+renderwatch, blink-reviews-dom_chromium.org, dglazkov+blink, blink-reviews-rendering, jchaffraix+rendering, pdr., rune+blink, rwlbuis
Visibility:
Public.

Description

Fix build with gcc 4.8 and C++11 support enabled Fix build with gcc 4.8 and C++11 support enabled. The build was failing because of a naming conflict between CheckedState enum in wtf/CheckedArithmetic.h and the CheckedState value in ThemeTypes.h's ControlState enum. This CL renames ThemeTypes.h's ControlState enum values to end with "ControlState" instead of "State" to reduce the risk of naming conflicts. Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=174231

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+43 lines, -43 lines) Patch
M Source/core/dom/ContainerNode.cpp View 3 chunks +3 lines, -3 lines 0 comments Download
M Source/core/html/HTMLFormControlElement.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/html/HTMLInputElement.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/html/HTMLOptionElement.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/rendering/RenderTheme.cpp View 2 chunks +12 lines, -12 lines 0 comments Download
M Source/core/rendering/RenderThemeChromiumDefault.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/platform/ThemeTypes.h View 1 chunk +10 lines, -10 lines 0 comments Download
M Source/platform/mac/ThemeMac.mm View 4 chunks +12 lines, -12 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Inactive
6 years, 7 months ago (2014-05-16 20:11:59 UTC) #1
eseidel
lgtm
6 years, 7 months ago (2014-05-16 20:19:07 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ch.dumez@samsung.com/289163003/1
6 years, 7 months ago (2014-05-16 20:19:33 UTC) #3
commit-bot: I haz the power
6 years, 7 months ago (2014-05-18 02:29:57 UTC) #4
Message was sent while issue was closed.
Change committed as 174231

Powered by Google App Engine
This is Rietveld 408576698