| Index: Source/core/page/UseCounter.cpp
|
| diff --git a/Source/core/page/UseCounter.cpp b/Source/core/page/UseCounter.cpp
|
| index 4b4fe2f5b436ae55d031e38970f427b78e7ad94b..09a887a5da7874f1071be40dcfad9a5cfcaca1a1 100644
|
| --- a/Source/core/page/UseCounter.cpp
|
| +++ b/Source/core/page/UseCounter.cpp
|
| @@ -491,6 +491,7 @@ static int mapCSSPropertyIdToCSSSampleId(int id)
|
| case CSSPropertyBackgroundBlendMode: return 419;
|
| case CSSPropertyMixBlendMode: return 420;
|
| case CSSPropertyTouchAction: return 421;
|
| + case CSSPropertyPaintOrder: return 422;
|
|
|
| // Add new features above this line (don't change the assigned numbers of the existing
|
| // items) and update maximumCSSSampleId() with the new maximum value.
|
|
|