| Index: third_party/WebKit/Source/modules/webaudio/AudioWorkletProcessor.idl
|
| diff --git a/third_party/WebKit/Source/modules/webaudio/AudioWorkletProcessor.idl b/third_party/WebKit/Source/modules/webaudio/AudioWorkletProcessor.idl
|
| index 2ebdb17d0ecad7e7cd35de26e620cd1089624b16..cbeb51397a66e85472e86c08cd216603a41bb66b 100644
|
| --- a/third_party/WebKit/Source/modules/webaudio/AudioWorkletProcessor.idl
|
| +++ b/third_party/WebKit/Source/modules/webaudio/AudioWorkletProcessor.idl
|
| @@ -10,7 +10,5 @@
|
| RuntimeEnabled=AudioWorklet
|
| ] interface AudioWorkletProcessor {
|
| // TODO(hongchan): implement spec features.
|
| - // readonly attribute AudioContextInfo contextInfo;
|
| - // attribute EventHandler onnodedata;
|
| - // void sendData(any data);
|
| + // AudioContextInfo getContextInfo();
|
| };
|
|
|