| Index: third_party/WebKit/Source/core/css/MediaQueryExp.cpp
|
| diff --git a/third_party/WebKit/Source/core/css/MediaQueryExp.cpp b/third_party/WebKit/Source/core/css/MediaQueryExp.cpp
|
| index 4db0f3ba1113e8a3837c7af8894ff94e998b19ad..e6f9e4def64c228195bbb6d8f0cd780119405221 100644
|
| --- a/third_party/WebKit/Source/core/css/MediaQueryExp.cpp
|
| +++ b/third_party/WebKit/Source/core/css/MediaQueryExp.cpp
|
| @@ -215,7 +215,7 @@ MediaQueryExp* MediaQueryExp::createIfValid(
|
| if (tokenList.size() == 0 && featureWithoutValue(lowerMediaFeature)) {
|
| // Valid, creates a MediaQueryExp with an 'invalid' MediaQueryExpValue
|
| } else if (tokenList.size() == 1) {
|
| - CSSParserToken token = tokenList.first();
|
| + CSSParserToken token = tokenList.front();
|
|
|
| if (token.type() == IdentToken) {
|
| CSSValueID ident = token.id();
|
|
|