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