Index: Source/build/scripts/templates/StyleBuilderFunctions.cpp.tmpl |
diff --git a/Source/build/scripts/templates/StyleBuilderFunctions.cpp.tmpl b/Source/build/scripts/templates/StyleBuilderFunctions.cpp.tmpl |
index 062df1fb6d6b433b69e38f2bab7fd27ec8364e05..2bc54b5d7fcde3d76d1edb5f4a087bfce2aa08f0 100644 |
--- a/Source/build/scripts/templates/StyleBuilderFunctions.cpp.tmpl |
+++ b/Source/build/scripts/templates/StyleBuilderFunctions.cpp.tmpl |
@@ -451,8 +451,6 @@ namespace WebCore { |
CSSPrimitiveValue* primitiveValue = toCSSPrimitiveValue(value); |
if (primitiveValue->getValueID() == CSSValueAuto) |
{{ set_value(property) }}(nullptr); |
- else if (primitiveValue->getValueID() == CSSValueOutsideShape) |
- {{ set_value(property) }}(ShapeValue::createOutsideValue()); |
} else if (value->isImageValue() || value->isImageSetValue()) { |
{{ set_value(property) }}(ShapeValue::createImageValue(state.styleImage({{property_id}}, value))); |
} else if (value->isValueList()) { |