| Index: third_party/WebKit/Source/modules/webaudio/ScriptProcessorNode.idl
|
| diff --git a/third_party/WebKit/Source/modules/webaudio/ScriptProcessorNode.idl b/third_party/WebKit/Source/modules/webaudio/ScriptProcessorNode.idl
|
| index 382e384ca09052cbc911ad4d8b7a495013fd6c24..8a0400cfc954da780004cea1b3d3812d46a38e30 100644
|
| --- a/third_party/WebKit/Source/modules/webaudio/ScriptProcessorNode.idl
|
| +++ b/third_party/WebKit/Source/modules/webaudio/ScriptProcessorNode.idl
|
| @@ -23,7 +23,9 @@
|
| */
|
|
|
| // For real-time audio stream synthesis/processing in JavaScript
|
| -interface ScriptProcessorNode : AudioNode {
|
| +[
|
| + DependentLifetime
|
| +]interface ScriptProcessorNode : AudioNode {
|
| // Rendering callback
|
| attribute EventHandler onaudioprocess;
|
|
|
|
|