| Index: Source/core/css/StylePropertyShorthand.h
|
| diff --git a/Source/core/css/StylePropertyShorthand.h b/Source/core/css/StylePropertyShorthand.h
|
| index 6992e890773a232966dee276939ddd8904acd7db..d3f3b3f2cab2ab96533f861b2396e6a19cb83ecc 100644
|
| --- a/Source/core/css/StylePropertyShorthand.h
|
| +++ b/Source/core/css/StylePropertyShorthand.h
|
| @@ -96,8 +96,8 @@ const StylePropertyShorthand& webkitBorderEndShorthand();
|
| const StylePropertyShorthand& webkitBorderStartShorthand();
|
| const StylePropertyShorthand& webkitColumnsShorthand();
|
| const StylePropertyShorthand& webkitColumnRuleShorthand();
|
| -const StylePropertyShorthand& webkitFlexFlowShorthand();
|
| -const StylePropertyShorthand& webkitFlexShorthand();
|
| +const StylePropertyShorthand& flexFlowShorthand();
|
| +const StylePropertyShorthand& flexShorthand();
|
| const StylePropertyShorthand& gridColumnShorthand();
|
| const StylePropertyShorthand& gridRowShorthand();
|
| const StylePropertyShorthand& gridAreaShorthand();
|
|
|