| Index: third_party/WebKit/Source/core/frame/UseCounter.h
|
| diff --git a/third_party/WebKit/Source/core/frame/UseCounter.h b/third_party/WebKit/Source/core/frame/UseCounter.h
|
| index b2fa77024b5e65b2125bf079f3832c27c675470d..6ea36ef6a19c725eadbfb1d1bf7e5e1ddf0881a6 100644
|
| --- a/third_party/WebKit/Source/core/frame/UseCounter.h
|
| +++ b/third_party/WebKit/Source/core/frame/UseCounter.h
|
| @@ -1241,6 +1241,11 @@ public:
|
| CSSValueAppearanceTextFieldRendered = 1473,
|
| CSSValueAppearanceTextFieldForSearch = 1474,
|
| CSSValueAppearanceTextFieldForTextField = 1475,
|
| + RTCPeerConnectionGetStats = 1476,
|
| + SVGSMILAnimationAppliedEffect = 1477,
|
| + PerformanceResourceTimingSizes = 1478,
|
| + EventSourceDocument = 1479,
|
| + EventSourceWorker = 1480,
|
|
|
| // Add new features immediately above this line. Don't change assigned
|
| // numbers of any item, and don't reuse removed slots.
|
|
|