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

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

Issue 10831389: Roll IDL to mutlivm@775. (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/ConvolverNode.idl
diff --git a/third_party/WebCore/Modules/webaudio/ConvolverNode.idl b/third_party/WebCore/Modules/webaudio/ConvolverNode.idl
index 0f561f0ff53d17cb000a1a8c2c81a0a372bf369f..d1c2c5b7a7a3198d8a6efd18615a34e57ceb485a 100644
--- a/third_party/WebCore/Modules/webaudio/ConvolverNode.idl
+++ b/third_party/WebCore/Modules/webaudio/ConvolverNode.idl
@@ -28,7 +28,7 @@ module audio {
Conditional=WEB_AUDIO,
JSGenerateToJSObject
] ConvolverNode : AudioNode {
- attribute [JSCustomSetter] AudioBuffer buffer;
+ attribute AudioBuffer buffer;
attribute boolean normalize;
};
}

Powered by Google App Engine
This is Rietveld 408576698