| Index: Source/core/css/resolver/CSSPropertyPriority.h
|
| diff --git a/Source/core/css/resolver/CSSPropertyPriority.h b/Source/core/css/resolver/CSSPropertyPriority.h
|
| index 96fee8bdbb182e47266902ed6e86a08d82c5e0f1..3edca213d50cd3e52a5cf24fa10f37dfbe22fccb 100644
|
| --- a/Source/core/css/resolver/CSSPropertyPriority.h
|
| +++ b/Source/core/css/resolver/CSSPropertyPriority.h
|
| @@ -39,7 +39,7 @@ inline CSSPropertyID CSSPropertyPriorityData<HighPropertyPriority>::first()
|
| template<>
|
| inline CSSPropertyID CSSPropertyPriorityData<HighPropertyPriority>::last()
|
| {
|
| - static_assert(CSSPropertyZoom == CSSPropertyColor + 16, "CSSPropertyZoom should be the end of the high priority property range");
|
| + static_assert(CSSPropertyZoom == CSSPropertyColor + 17, "CSSPropertyZoom should be the end of the high priority property range");
|
| static_assert(CSSPropertyTextRendering == CSSPropertyZoom - 1, "CSSPropertyTextRendering should be immediately before CSSPropertyZoom");
|
| return CSSPropertyZoom;
|
| }
|
|
|