DescriptionFix 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 #
Messages
Total messages: 4 (0 generated)
|