DescriptionRemove Clang-on-Win fix for definitions of Color's static data members
Clang does treat the in-class initialization as a definition, just like MSVC.
The problem was that Clang failed to emit the definition unless it was referenced,
which broke the components build. This has been fixed in Clang r213304.
The work-around was added in Blink r176469, and this patch effectively removes that.
BUG=82385
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=178401
Patch Set 1 #
Messages
Total messages: 9 (0 generated)
|