| Index: Source/modules/webaudio/ScriptProcessorNode.h
|
| diff --git a/Source/modules/webaudio/ScriptProcessorNode.h b/Source/modules/webaudio/ScriptProcessorNode.h
|
| index 18d728849717e3494e24b543b72b7cf803c772cb..b5463b35f3882062d043f652e4621bfa850ef9d9 100644
|
| --- a/Source/modules/webaudio/ScriptProcessorNode.h
|
| +++ b/Source/modules/webaudio/ScriptProcessorNode.h
|
| @@ -36,7 +36,6 @@ namespace blink {
|
|
|
| class AudioBuffer;
|
| class AudioContext;
|
| -class AudioProcessingEvent;
|
|
|
| // ScriptProcessorNode is an AudioNode which allows for arbitrary synthesis or processing directly using JavaScript.
|
| // The API allows for a variable number of inputs and outputs, although it must have at least one input or output.
|
|
|