Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(368)

Unified Diff: modules/webaudio/ScriptProcessorNode.idl

Issue 540533002: Roll IDL to Dartium37 (r181268) (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « modules/webaudio/PeriodicWave.idl ('k') | modules/webaudio/WaveShaperNode.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/webaudio/ScriptProcessorNode.idl
diff --git a/modules/webaudio/ScriptProcessorNode.idl b/modules/webaudio/ScriptProcessorNode.idl
index bc000b98ccc87cabd04fe9a162b4749246acafc0..55c3d7f4c55892d776f7341468cc8a9b16c470f5 100644
--- a/modules/webaudio/ScriptProcessorNode.idl
+++ b/modules/webaudio/ScriptProcessorNode.idl
@@ -27,7 +27,9 @@
Conditional=WEB_AUDIO
] interface ScriptProcessorNode : AudioNode {
// Rendering callback
- attribute EventHandler onaudioprocess;
+ [DartSuppress] attribute EventHandler onaudioprocess;
readonly attribute long bufferSize;
+
+ [DartCustom=New] void _setEventListener(EventListener eventListener);
};
« no previous file with comments | « modules/webaudio/PeriodicWave.idl ('k') | modules/webaudio/WaveShaperNode.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698