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 cebb189c656068abf50b4f29a9681af4b72cb8c0..cd99802a3a32deafb4316763b21ce7a652728c5e 100644 |
--- a/third_party/WebKit/Source/core/frame/UseCounter.h |
+++ b/third_party/WebKit/Source/core/frame/UseCounter.h |
@@ -1323,6 +1323,11 @@ public: |
WebkitEditableContentChangedOnContentEditable = 1599, |
WebkitEditableContentChangedOnNotNode = 1600, |
V8NavigatorUserMediaError_ConstraintName_AttributeGetter = 1601, |
+ V8HTMLMediaElement_SrcObject_AttributeGetter = 1602, |
+ V8HTMLMediaElement_SrcObject_AttributeSetter = 1603, |
+ CreateObjectURLBlob = 1604, |
+ CreateObjectURLMediaSource = 1605, |
+ CreateObjectURLMediaStream = 1606, |
// Add new features immediately above this line. Don't change assigned |
// numbers of any item, and don't reuse removed slots. |