Index: third_party/WebKit/Source/core/css/parser/CSSPropertyParser.h |
diff --git a/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.h b/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.h |
index ba0aff0b52b9a413ea4c66063d0052dfeb4be92e..f3d456b2cc2f71dc1cb68085390523b807ad2ed2 100644 |
--- a/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.h |
+++ b/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.h |
@@ -210,7 +210,7 @@ private: |
PassRefPtrWillBeRawPtr<CSSValue> parseReflect(); |
- bool parseFlex(CSSParserValueList* args, bool important); |
+ bool consumeFlex(bool important); |
PassRefPtrWillBeRawPtr<CSSValue> parsePosition(CSSParserValueList*); |
PassRefPtrWillBeRawPtr<CSSValueList> parsePositionList(CSSParserValueList*); |