| Index: Source/core/css/StylePropertyShorthand.cpp
|
| diff --git a/Source/core/css/StylePropertyShorthand.cpp b/Source/core/css/StylePropertyShorthand.cpp
|
| index 887f027cbdf6849428a60170b8e1dd2ecb538d6b..c2d34a3aa0a5b9214a4841d9a5316cb1c7e86ada 100644
|
| --- a/Source/core/css/StylePropertyShorthand.cpp
|
| +++ b/Source/core/css/StylePropertyShorthand.cpp
|
| @@ -329,7 +329,7 @@ const StylePropertyShorthand& webkitBorderStartShorthand()
|
| const StylePropertyShorthand& webkitColumnsShorthand()
|
| {
|
| static const CSSPropertyID columnsProperties[] = { CSSPropertyWebkitColumnWidth, CSSPropertyWebkitColumnCount };
|
| - DEFINE_STATIC_LOCAL(StylePropertyShorthand, webkitColumnsLonghands, (columnsProperties, WTF_ARRAY_LENGTH(columnsProperties)));
|
| + DEFINE_STATIC_LOCAL(StylePropertyShorthand, webkitColumnsLonghands, (columnsProperties, WTF_ARRAY_LENGTH(columnsProperties), true));
|
| return webkitColumnsLonghands;
|
| }
|
|
|
|
|