Title: [92459] trunk/Source/WebCore
Revision
92459
Author
[email protected]
Date
2011-08-05 00:45:19 -0700 (Fri, 05 Aug 2011)

Log Message

Remove LegacyDefaultOptionalArguments flag from web audio API
https://bugs.webkit.org/show_bug.cgi?id=65750

Patch by Mark Pilgrim <[email protected]> on 2011-08-05
Reviewed by Adam Barth.

No new tests, all existing tests pass.

* webaudio/AudioBufferSourceNode.idl:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (92458 => 92459)


--- trunk/Source/WebCore/ChangeLog	2011-08-05 07:43:54 UTC (rev 92458)
+++ trunk/Source/WebCore/ChangeLog	2011-08-05 07:45:19 UTC (rev 92459)
@@ -1,5 +1,16 @@
 2011-08-05  Mark Pilgrim  <[email protected]>
 
+        Remove LegacyDefaultOptionalArguments flag from web audio API
+        https://bugs.webkit.org/show_bug.cgi?id=65750
+
+        Reviewed by Adam Barth.
+
+        No new tests, all existing tests pass.
+
+        * webaudio/AudioBufferSourceNode.idl:
+
+2011-08-05  Mark Pilgrim  <[email protected]>
+
         Remove LegacyDefaultOptionalArguments flag from Web Workers
         https://bugs.webkit.org/show_bug.cgi?id=65746
 

Modified: trunk/Source/WebCore/webaudio/AudioBufferSourceNode.idl (92458 => 92459)


--- trunk/Source/WebCore/webaudio/AudioBufferSourceNode.idl	2011-08-05 07:43:54 UTC (rev 92458)
+++ trunk/Source/WebCore/webaudio/AudioBufferSourceNode.idl	2011-08-05 07:45:19 UTC (rev 92459)
@@ -25,7 +25,6 @@
 module audio {
     // A cached (non-streamed), memory-resident audio source
     interface [
-        LegacyDefaultOptionalArguments,
         Conditional=WEB_AUDIO,
         GenerateToJS
     ] AudioBufferSourceNode : AudioSourceNode {
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to