| 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 effe6d2129ac848d7f772db31c06ac10126b7b74..c470d935b256978755061d7d1980d286a1b2ffa1 100644
|
| --- a/third_party/WebKit/Source/build/scripts/templates/StylePropertyShorthand.cpp.tmpl
|
| +++ b/third_party/WebKit/Source/build/scripts/templates/StylePropertyShorthand.cpp.tmpl
|
| @@ -63,7 +63,7 @@ void getMatchingShorthandsForLonghand(
|
| {% for longhand_id, shorthands in longhands_dictionary.items() %}
|
| case {{longhand_id}}: {
|
| {% for shorthand in shorthands %}
|
| - result->uncheckedAppend({{shorthand.lower_camel_name}}Shorthand());
|
| + result->UncheckedAppend({{shorthand.lower_camel_name}}Shorthand());
|
| {% endfor %}
|
| break;
|
| }
|
|
|