| Index: Source/core/css/StylePropertyShorthand.h
|
| diff --git a/Source/core/css/StylePropertyShorthand.h b/Source/core/css/StylePropertyShorthand.h
|
| index 5cdfec13e64dd8a13273d4d630d1b0dfb7b8630d..660e71a27a2a73cacecc4650e10eb9935387ee40 100644
|
| --- a/Source/core/css/StylePropertyShorthand.h
|
| +++ b/Source/core/css/StylePropertyShorthand.h
|
| @@ -89,8 +89,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();
|
|
|