| 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 3d0aa46637d9a79ada9cf7f40059fc3fa3355ae4..6f167e2a0e02e16229a9fb2963e6808c1133179a 100644
|
| --- a/third_party/WebKit/Source/core/frame/UseCounter.h
|
| +++ b/third_party/WebKit/Source/core/frame/UseCounter.h
|
| @@ -1002,6 +1002,7 @@ public:
|
| ElementRequestPointerLockIframe = 1146,
|
| NotificationAPIInsecureOriginIframe = 1147,
|
| NotificationAPISecureOriginIframe = 1148,
|
| + WebSocket = 1149,
|
|
|
| // Add new features immediately above this line. Don't change assigned
|
| // numbers of any item, and don't reuse removed slots.
|
|
|