| Index: Source/core/css/StylePropertySet.cpp
|
| diff --git a/Source/core/css/StylePropertySet.cpp b/Source/core/css/StylePropertySet.cpp
|
| index 7166d1b8c59dabda6a6e6ff9344cf64f915878d5..1c7c414894a8a578018c9862b56f9d4b08d888ca 100644
|
| --- a/Source/core/css/StylePropertySet.cpp
|
| +++ b/Source/core/css/StylePropertySet.cpp
|
| @@ -374,11 +374,9 @@ static const CSSPropertyID staticBlockProperties[] = {
|
| CSSPropertyPageBreakAfter,
|
| CSSPropertyPageBreakBefore,
|
| CSSPropertyPageBreakInside,
|
| -#if ENABLE(CSS_REGIONS)
|
| CSSPropertyWebkitRegionBreakAfter,
|
| CSSPropertyWebkitRegionBreakBefore,
|
| CSSPropertyWebkitRegionBreakInside,
|
| -#endif
|
| CSSPropertyTextAlign,
|
| #if ENABLE(CSS3_TEXT)
|
| CSSPropertyWebkitTextAlignLast,
|
|
|