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

Unified Diff: third_party/WebCore/Modules/webaudio/WaveShaperNode.idl

Issue 10825350: Roll IDL to multivm@762 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 4 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
Index: third_party/WebCore/Modules/webaudio/WaveShaperNode.idl
diff --git a/third_party/WebCore/Modules/webaudio/WaveShaperNode.idl b/third_party/WebCore/Modules/webaudio/WaveShaperNode.idl
index 16a4acf7c15e3d861d05c979f966e65ed414246f..60b96e90223217ef061df7888b3a9f4e7fb82b63 100644
--- a/third_party/WebCore/Modules/webaudio/WaveShaperNode.idl
+++ b/third_party/WebCore/Modules/webaudio/WaveShaperNode.idl
@@ -27,6 +27,6 @@ module audio {
Conditional=WEB_AUDIO,
JSGenerateToJSObject
] WaveShaperNode : AudioNode {
- attribute [JSCustomSetter] Float32Array curve;
+ attribute Float32Array curve;
};
}

Powered by Google App Engine
This is Rietveld 408576698