| 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 fc511fdaa26ffa06eec7c51c16ed5226d2f1ab8b..c8df1616d970f1aa01bf748e99a6e400aaa4f62b 100644 | 
| --- a/third_party/WebKit/Source/core/css/resolver/CSSPropertyPriority.h | 
| +++ b/third_party/WebKit/Source/core/css/resolver/CSSPropertyPriority.h | 
| @@ -80,7 +80,7 @@ inline CSSPropertyID CSSPropertyPriorityData<HighPropertyPriority>::first() { | 
| template <> | 
| inline CSSPropertyID CSSPropertyPriorityData<HighPropertyPriority>::last() { | 
| static_assert( | 
| -      CSSPropertyZoom == CSSPropertyColor + 20, | 
| +      CSSPropertyZoom == CSSPropertyColor + 21, | 
| "CSSPropertyZoom should be the end of the high priority property range"); | 
| static_assert( | 
| CSSPropertyTextRendering == CSSPropertyZoom - 1, | 
|  |