Index: Source/core/css/parser/CSSPropertyParser.h |
diff --git a/Source/core/css/parser/CSSPropertyParser.h b/Source/core/css/parser/CSSPropertyParser.h |
index b176ad398a51556e419b577b0388fef08f8752d5..dbdf6480523c89714b5a571abcf17297a1beb1d9 100644 |
--- a/Source/core/css/parser/CSSPropertyParser.h |
+++ b/Source/core/css/parser/CSSPropertyParser.h |
@@ -204,8 +204,6 @@ private: |
bool parseBorderImageOutset(RefPtrWillBeRawPtr<CSSPrimitiveValue>&); |
bool parseBorderRadius(CSSPropertyID, bool important); |
- PassRefPtrWillBeRawPtr<CSSValue> parseAspectRatio(); |
- |
PassRefPtrWillBeRawPtr<CSSValue> parseReflect(); |
bool parseFlex(CSSParserValueList* args, bool important); |