| Index: Source/core/css/resolver/StyleResolver.cpp
|
| diff --git a/Source/core/css/resolver/StyleResolver.cpp b/Source/core/css/resolver/StyleResolver.cpp
|
| index f4db9228cd45ce9857feb15a84e8c0c184191301..7b4a0e0b859d7e81be3dfcbfc6ccc17487047fed 100644
|
| --- a/Source/core/css/resolver/StyleResolver.cpp
|
| +++ b/Source/core/css/resolver/StyleResolver.cpp
|
| @@ -1291,8 +1291,8 @@ template<> CSSPropertyID StyleResolver::lastCSSPropertyId<StyleResolver::HighPri
|
| // lastCSSPropertyId<LowPriorityProperties>.
|
| template<> CSSPropertyID StyleResolver::firstCSSPropertyId<StyleResolver::LowPriorityProperties>()
|
| {
|
| - COMPILE_ASSERT(CSSPropertyBackground == CSSPropertyLineHeight + 1, CSS_background_is_first_low_priority_property);
|
| - return CSSPropertyBackground;
|
| + COMPILE_ASSERT(CSSPropertyAlignContent == CSSPropertyLineHeight + 1, CSS_background_is_first_low_priority_property);
|
| + return CSSPropertyAlignContent;
|
| }
|
|
|
| // This method returns the last CSSPropertyId of low priority properties.
|
|
|