| 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 8cd5ddafad530e357718d6b84fc2d3a56b7e20e5..338db02e52f226a97585e4ed89fea84e4e8bef1a 100644
|
| --- a/third_party/WebKit/Source/core/frame/UseCounter.h
|
| +++ b/third_party/WebKit/Source/core/frame/UseCounter.h
|
| @@ -970,6 +970,7 @@ public:
|
| SVG1DOMSVGElement = 1114,
|
| SVG1DOMImageElement = 1115,
|
| SVG1DOMForeignObjectElement = 1116,
|
| + AudioContextCreateIIRFilter = 1117,
|
|
|
| // Add new features immediately above this line. Don't change assigned
|
| // numbers of any item, and don't reuse removed slots.
|
|
|