| Index: sky/engine/core/frame/UseCounter.h
|
| diff --git a/sky/engine/core/frame/UseCounter.h b/sky/engine/core/frame/UseCounter.h
|
| index cd016da1992d7bc9f847836d86f32cd35b5bacf7..f45015821d9bd2e446faefa836a2508904674f17 100644
|
| --- a/sky/engine/core/frame/UseCounter.h
|
| +++ b/sky/engine/core/frame/UseCounter.h
|
| @@ -205,7 +205,6 @@ public:
|
| FormNameAccessForImageElement = 246,
|
| FormNameAccessForPastNamesMap = 247,
|
| FormAssociationByParser = 248,
|
| - MediaErrorEncrypted = 253,
|
| WebSocketURL = 255,
|
| WorkerAllowedByChildBlockedByScript = 258,
|
| DeprecatedWebKitGradient = 260,
|
| @@ -220,8 +219,6 @@ public:
|
| TextAutosizing = 274,
|
| HTMLAnchorElementPingAttribute = 276,
|
| SVGClassName = 279,
|
| - HTMLMediaElementSeekToFragmentStart = 281,
|
| - HTMLMediaElementPauseAtFragmentEnd = 282,
|
| PrefixedWindowURL = 283,
|
| PrefixedWorkerURL = 284, // This didn't work because of crbug.com/376039. Available since M37.
|
| WindowOrientation = 285,
|
|
|