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 6f167e2a0e02e16229a9fb2963e6808c1133179a..8dc6f751ce3d63261b0c146da046cecc7414bcf7 100644 |
--- a/third_party/WebKit/Source/core/frame/UseCounter.h |
+++ b/third_party/WebKit/Source/core/frame/UseCounter.h |
@@ -1003,6 +1003,9 @@ public: |
NotificationAPIInsecureOriginIframe = 1147, |
NotificationAPISecureOriginIframe = 1148, |
WebSocket = 1149, |
+ MediaStreamConstraintsNameValue = 1150, |
+ MediaStreamConstraintsFromDictionary = 1151, |
+ MediaStreamConstraintsConformant = 1152, |
// Add new features immediately above this line. Don't change assigned |
// numbers of any item, and don't reuse removed slots. |