Index: third_party/WebKit/Source/build/scripts/templates/CSSPropertyMetadata.cpp.tmpl |
diff --git a/third_party/WebKit/Source/build/scripts/templates/CSSPropertyMetadata.cpp.tmpl b/third_party/WebKit/Source/build/scripts/templates/CSSPropertyMetadata.cpp.tmpl |
index 1345fb787f937b09e92fe37deb249571521258a1..97f050626163245fc485303f5a825dde40a44877 100644 |
--- a/third_party/WebKit/Source/build/scripts/templates/CSSPropertyMetadata.cpp.tmpl |
+++ b/third_party/WebKit/Source/build/scripts/templates/CSSPropertyMetadata.cpp.tmpl |
@@ -18,6 +18,9 @@ bool CSSPropertyMetadata::{{function_name}}(CSSPropertyID property) |
{% for property_id, property in properties.items() if property[flag] %} |
case {{property_id}}: |
{% endfor %} |
+ {% if function_name == "isInheritedProperty" %} |
+ case CSSPropertyVariable: |
+ {% endif %} |
return true; |
default: |
return false; |