| 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 85b58c487219642044c810f891ec09c769ee2dec..34a8e1e28b4dabbec221e3b48f76d44862b4cb0e 100644
|
| --- a/third_party/WebKit/Source/core/frame/UseCounter.h
|
| +++ b/third_party/WebKit/Source/core/frame/UseCounter.h
|
| @@ -802,8 +802,6 @@ public:
|
| ExternalIsSearchProviderInstalled = 982,
|
| V8Permissions_RequestAll_Method = 983,
|
| BluetoothDeviceInstanceId = 984,
|
| - HTMLLabelElementFormIDLAttribute = 985,
|
| - HTMLLabelElementFormContentAttribute = 986,
|
| DeviceOrientationAbsoluteInsecureOrigin = 987,
|
| DeviceOrientationAbsoluteSecureOrigin = 988,
|
| FontFaceConstructor = 989,
|
| @@ -1073,8 +1071,6 @@ public:
|
| DocumentAllLegacyCallIndexed = 1258,
|
| DocumentAllLegacyCallIndexedWithNonNumber = 1259,
|
| DocumentAllLegacyCallTwoArguments = 1260,
|
| - HTMLLabelElementFormIsDifferentFromControlForm = 1261,
|
| - HTMLLabelElementHasNoControlAndFormIsAncestor = 1262,
|
| HTMLLabelElementControlForNonFormAssociatedElement = 1263,
|
| PatternAttributeUnicodeFlagIsIncompatible = 1264,
|
| HTMLMediaElementLoadNetworkEmptyNotPaused = 1265,
|
|
|