| Index: Source/build/scripts/templates/StylePropertyShorthand.h.tmpl
|
| diff --git a/Source/build/scripts/templates/StylePropertyShorthand.h.tmpl b/Source/build/scripts/templates/StylePropertyShorthand.h.tmpl
|
| index 88a6b0a1654f54598bb9f85413e2b687a3a7edf2..5f058e2d6f195559c8267a1d44881a92c410ae5c 100644
|
| --- a/Source/build/scripts/templates/StylePropertyShorthand.h.tmpl
|
| +++ b/Source/build/scripts/templates/StylePropertyShorthand.h.tmpl
|
| @@ -85,6 +85,8 @@ unsigned indexOfShorthandForLonghand(CSSPropertyID, const Vector<StylePropertySh
|
|
|
| bool isExpandedShorthand(CSSPropertyID);
|
|
|
| +bool isExpandedShorthandForAll(CSSPropertyID);
|
| +
|
| } // namespace WebCore
|
|
|
| #endif // StylePropertyShorthand_h
|
|
|