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..bb89af1de005770e71a9ce7d68f2ff2a6b82c85a 100644 |
--- a/Source/core/css/parser/CSSPropertyParser.h |
+++ b/Source/core/css/parser/CSSPropertyParser.h |
@@ -128,7 +128,6 @@ private: |
PassRefPtrWillBeRawPtr<CSSValue> parseAnimationProperty(); |
PassRefPtrWillBeRawPtr<CSSValue> parseAnimationTimingFunction(); |
- bool parseWebkitTransformOriginShorthand(bool important); |
bool parseCubicBezierTimingFunctionValue(CSSParserValueList*& args, double& result); |
PassRefPtrWillBeRawPtr<CSSValue> parseAnimationProperty(CSSPropertyID); |
PassRefPtrWillBeRawPtr<CSSValueList> parseAnimationPropertyList(CSSPropertyID); |