Changeset 92456 in webkit


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

Remove LegacyDefaultOptionalArguments flag from websockets
https://bugs.webkit.org/show_bug.cgi?id=65749

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

No new tests, all existing tests pass.

  • websockets/WebSocket.idl:
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

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

    r89781 r92456  
    3434    interface [
    3535        Conditional=WEB_SOCKETS,
    36         LegacyDefaultOptionalArguments,
    3736        ActiveDOMObject,
    3837        CanBeConstructed,
Note: See TracChangeset for help on using the changeset viewer.