Index: third_party/WebKit/Source/build/scripts/templates/CSSPropertyAPIFiles.h.tmpl |
diff --git a/third_party/WebKit/Source/build/scripts/templates/CSSPropertyAPIFiles.h.tmpl b/third_party/WebKit/Source/build/scripts/templates/CSSPropertyAPIFiles.h.tmpl |
index fcc96873039b6298e492b7600eb3a8c6e1e152ac..b0125da3493508799f04370e181a4498151b0110 100644 |
--- a/third_party/WebKit/Source/build/scripts/templates/CSSPropertyAPIFiles.h.tmpl |
+++ b/third_party/WebKit/Source/build/scripts/templates/CSSPropertyAPIFiles.h.tmpl |
@@ -15,8 +15,10 @@ class CSSParserContext; |
class {{api_classname}} : public CSSPropertyAPI { |
public: |
+ {% if "parseSingleValue" in implemented_functions %} |
static const CSSValue* parseSingleValue(CSSParserTokenRange&, |
const CSSParserContext*); |
+ {% endif %} |
}; |
} // namespace blink |