| commit | caf3c2bfc19f0f857a4e737592f49c92c8d46a03 | [log] [tgz] |
|---|---|---|
| author | [email protected] <[email protected]@260f80e4-7a28-3924-810f-c04153c831b5> | Wed Feb 04 15:32:52 2015 |
| committer | [email protected] <[email protected]@260f80e4-7a28-3924-810f-c04153c831b5> | Wed Feb 04 15:32:52 2015 |
| tree | aab16c916303276044cd90302edc04ff7c5f5d97 | |
| parent | c8d41cd9342923ac10e43e17fddef24a1a396cee [diff] |
Don't hide onAudioProcess [email protected] Review URL: https://codereview.chromium.org//900923002 git-svn-id: http://dart.googlecode.com/svn/third_party/WebCore@43472 260f80e4-7a28-3924-810f-c04153c831b5
diff --git a/modules/webaudio/ScriptProcessorNode.idl b/modules/webaudio/ScriptProcessorNode.idl index 55c3d7f..666d273 100644 --- a/modules/webaudio/ScriptProcessorNode.idl +++ b/modules/webaudio/ScriptProcessorNode.idl
@@ -27,7 +27,7 @@ Conditional=WEB_AUDIO ] interface ScriptProcessorNode : AudioNode { // Rendering callback - [DartSuppress] attribute EventHandler onaudioprocess; + attribute EventHandler onaudioprocess; readonly attribute long bufferSize;