| 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 f9d243f6af2f65951ebfc51f42bb9e95fad6f2bd..b0d48c0145c89237da935c3390e3bff98c7bd22b 100644
|
| --- a/third_party/WebKit/Source/core/frame/UseCounter.h
|
| +++ b/third_party/WebKit/Source/core/frame/UseCounter.h
|
| @@ -1090,6 +1090,7 @@ public:
|
| HTMLLabelElementHasNoControlAndFormIsAncestor = 1262,
|
| HTMLLabelElementControlForNonFormAssociatedElement = 1263,
|
| PatternAttributeUnicodeFlagIsIncompatible = 1264,
|
| + HTMLMediaElementLoadNetworkEmptyNotPaused = 1265,
|
|
|
| // Add new features immediately above this line. Don't change assigned
|
| // numbers of any item, and don't reuse removed slots.
|
|
|