| 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 1a3da889cd211c752c4e743b0190c0b44234d0da..62a5ddd92280f557e43e894ead4ad047817ef92c 100644
|
| --- a/third_party/WebKit/Source/core/frame/UseCounter.h
|
| +++ b/third_party/WebKit/Source/core/frame/UseCounter.h
|
| @@ -891,6 +891,9 @@ public:
|
| V8History_ScrollRestoration_AttributeGetter = 1028,
|
| V8History_ScrollRestoration_AttributeSetter = 1029,
|
| SVG1DOMFilter = 1030,
|
| + OfflineAudioContextStartRendering = 1031,
|
| + OfflineAudioContextSuspend = 1032,
|
| + OfflineAudioContextResume = 1033,
|
|
|
| // Add new features immediately above this line. Don't change assigned
|
| // numbers of any item, and don't reuse removed slots.
|
|
|