Changeset 92459 in webkit


Ignore:
Timestamp:
Aug 5, 2011 12:45:19 AM (13 years ago)
Author:
commit-queue@webkit.org
Message:

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

Patch by Mark Pilgrim <pilgrim@chromium.org> on 2011-08-05
Reviewed by Adam Barth.

No new tests, all existing tests pass.

  • webaudio/AudioBufferSourceNode.idl:
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r92458 r92459  
     12011-08-05  Mark Pilgrim  <pilgrim@chromium.org>
     2
     3        Remove LegacyDefaultOptionalArguments flag from web audio API
     4        https://bugs.webkit.org/show_bug.cgi?id=65750
     5
     6        Reviewed by Adam Barth.
     7
     8        No new tests, all existing tests pass.
     9
     10        * webaudio/AudioBufferSourceNode.idl:
     11
    1122011-08-05  Mark Pilgrim  <pilgrim@chromium.org>
    213
  • trunk/Source/WebCore/webaudio/AudioBufferSourceNode.idl

    r91723 r92459  
    2626    // A cached (non-streamed), memory-resident audio source
    2727    interface [
    28         LegacyDefaultOptionalArguments,
    2928        Conditional=WEB_AUDIO,
    3029        GenerateToJS
Note: See TracChangeset for help on using the changeset viewer.