DescriptionRegression(r164927): gcc 4.8 build with C++11 support is broken
Fix C++11 build with gcc 4.8 by moving the OVERRIDE before the
WTF_ATTRIBUTE_PRINTF(). Although clang did not seem to have trouble with it,
gcc refuses to compile unless OVERRIDE is right after the method method and
before the WTF_ATTRIBUTE_PRINTF().
R=eseidel, abarth
BUG=333316
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=164944
Patch Set 1 #
Messages
Total messages: 5 (0 generated)
|