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

Unified Diff: modules/webaudio/ScriptProcessorNode.idl

Issue 900923002: Don't hide onAudioProcess (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: Created 5 years, 10 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 | « no previous file | no next file » | 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 55c3d7f4c55892d776f7341468cc8a9b16c470f5..666d273d8172326c7ad6dfdbe63f86b6ecd255e2 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;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698