Index: third_party/WebKit/Source/modules/webaudio/WindowAudioWorklet.idl |
diff --git a/third_party/WebKit/Source/modules/webaudio/WindowAudioWorklet.idl b/third_party/WebKit/Source/modules/webaudio/WindowAudioWorklet.idl |
index 1822efc0ca8a3716130df5d883c19a680d282fc0..16c57c421085e41647726906f01ba9d22f8fbd3a 100644 |
--- a/third_party/WebKit/Source/modules/webaudio/WindowAudioWorklet.idl |
+++ b/third_party/WebKit/Source/modules/webaudio/WindowAudioWorklet.idl |
@@ -3,7 +3,7 @@ |
// found in the LICENSE file. |
[ |
- RuntimeEnabled=WebAudioWorklet, |
+ RuntimeEnabled=AudioWorklet, |
] partial interface Window { |
[CallWith=ExecutionContext] readonly attribute Worklet audioWorklet; |
}; |