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 4803f36f7e830a466a2316baeb58be894511fc08..752b200263be528aa0b9b3dec8da580a66ab31f6 100644 |
--- a/third_party/WebKit/Source/core/frame/UseCounter.h |
+++ b/third_party/WebKit/Source/core/frame/UseCounter.h |
@@ -1334,6 +1334,8 @@ public: |
DocumentCreateTouchTargetWrongType = 1610, |
DocumentCreateTouchLessThanSevenArguments = 1611, |
DocumentCreateTouchMoreThanSevenArguments = 1612, |
+ AudioContextCreateConstantSource = 1613, |
+ WebAudioConstantSourceNode = 1614, |
// Add new features immediately above this line. Don't change assigned |
// numbers of any item, and don't reuse removed slots. |