| 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 8ad6600228d92dfc143efff7aed02f1a642f3bce..30842f8ccc7cf1de9f5216991c733c0d40996d95 100644
|
| --- a/third_party/WebKit/Source/core/frame/UseCounter.h
|
| +++ b/third_party/WebKit/Source/core/frame/UseCounter.h
|
| @@ -1086,6 +1086,11 @@ public:
|
| ApplicationCacheManifestSelectSecureOrigin = 1246,
|
| ApplicationCacheAPIInsecureOrigin = 1247,
|
| ApplicationCacheAPISecureOrigin = 1248,
|
| + // The above items are available in M50 branch
|
| +
|
| + HTMLLabelElementFormIsDifferentFromControlForm = 1261,
|
| + HTMLLabelElementHasNoControlAndFormIsAncestor = 1262,
|
| + HTMLLabelElementControlForNonFormAssociatedElement = 1263,
|
|
|
| // Add new features immediately above this line. Don't change assigned
|
| // numbers of any item, and don't reuse removed slots.
|
|
|