| Index: Source/core/css/StylePropertyShorthand.h
|
| diff --git a/Source/core/css/StylePropertyShorthand.h b/Source/core/css/StylePropertyShorthand.h
|
| index 6992e890773a232966dee276939ddd8904acd7db..bed4862a45c66d398eb6b69fe56dbd8b195fe92d 100644
|
| --- a/Source/core/css/StylePropertyShorthand.h
|
| +++ b/Source/core/css/StylePropertyShorthand.h
|
| @@ -87,6 +87,7 @@ const StylePropertyShorthand& marginShorthand();
|
| const StylePropertyShorthand& outlineShorthand();
|
| const StylePropertyShorthand& overflowShorthand();
|
| const StylePropertyShorthand& paddingShorthand();
|
| +const StylePropertyShorthand& textDecorationShorthand();
|
| const StylePropertyShorthand& transitionShorthand();
|
| const StylePropertyShorthand& webkitAnimationShorthand();
|
| const StylePropertyShorthand& webkitAnimationShorthandForParsing();
|
|
|