| Index: third_party/WebKit/Source/build/scripts/templates/StylePropertyShorthand.cpp.tmpl
|
| diff --git a/third_party/WebKit/Source/build/scripts/templates/StylePropertyShorthand.cpp.tmpl b/third_party/WebKit/Source/build/scripts/templates/StylePropertyShorthand.cpp.tmpl
|
| index f044dc0efcee7522f09d950d42d21ace14fa5cdc..93a61b162f4c1353fb369c53528655083f6efe38 100644
|
| --- a/third_party/WebKit/Source/build/scripts/templates/StylePropertyShorthand.cpp.tmpl
|
| +++ b/third_party/WebKit/Source/build/scripts/templates/StylePropertyShorthand.cpp.tmpl
|
| @@ -58,7 +58,7 @@ const StylePropertyShorthand& shorthandForProperty(CSSPropertyID propertyID) {
|
|
|
| void getMatchingShorthandsForLonghand(
|
| CSSPropertyID propertyID, Vector<StylePropertyShorthand, 4>* result) {
|
| - ASSERT(!result->size());
|
| + DCHECK(!result->size());
|
| switch (propertyID) {
|
| {% for longhand_id, shorthands in longhands_dictionary.items() %}
|
| case {{longhand_id}}: {
|
|
|