Index: third_party/WebKit/Source/core/css/resolver/CSSPropertyPriority.h |
diff --git a/third_party/WebKit/Source/core/css/resolver/CSSPropertyPriority.h b/third_party/WebKit/Source/core/css/resolver/CSSPropertyPriority.h |
index 1b2ec8e0f6ed6ce67025dfe1fc6fcb2cf9c4250e..7a0c08e8d8f27461101b4659446e34892f209e8e 100644 |
--- a/third_party/WebKit/Source/core/css/resolver/CSSPropertyPriority.h |
+++ b/third_party/WebKit/Source/core/css/resolver/CSSPropertyPriority.h |
@@ -55,7 +55,7 @@ inline CSSPropertyID CSSPropertyPriorityData<HighPropertyPriority>::first() |
template<> |
inline CSSPropertyID CSSPropertyPriorityData<HighPropertyPriority>::last() |
{ |
- static_assert(CSSPropertyZoom == CSSPropertyColor + 19, "CSSPropertyZoom should be the end of the high priority property range"); |
+ static_assert(CSSPropertyZoom == CSSPropertyColor + 20, "CSSPropertyZoom should be the end of the high priority property range"); |
static_assert(CSSPropertyTextRendering == CSSPropertyZoom - 1, "CSSPropertyTextRendering should be immediately before CSSPropertyZoom"); |
return CSSPropertyZoom; |
} |