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 23db75c35f064071f12a4c11a8c32b5aa89e6213..76d203b680e0577b3c72591302fa1964f6215849 100644 |
--- a/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.h |
+++ b/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.h |
@@ -124,8 +124,6 @@ private: |
bool consumeBorder(bool important); |
- PassRefPtrWillBeRawPtr<CSSPrimitiveValue> parseValidPrimitive(CSSValueID ident, CSSParserValue*); |
- |
bool parseShorthand(CSSPropertyID, bool important); |
bool consumeShorthandGreedily(const StylePropertyShorthand&, bool important); |
bool consume4Values(const StylePropertyShorthand&, bool important); |