Changeset 92241 in webkit


Ignore:
Timestamp:
Aug 2, 2011 3:41:55 PM (13 years ago)
Author:
commit-queue@webkit.org
Message:

Remove LegacyDefaultOptionalArguments flag from EventSource.idl
https://bugs.webkit.org/show_bug.cgi?id=65568

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

No new tests, all existing tests pass.

  • page/EventSource.idl:
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r92239 r92241  
     12011-08-02  Mark Pilgrim  <pilgrim@chromium.org>
     2
     3        Remove LegacyDefaultOptionalArguments flag from EventSource.idl
     4        https://bugs.webkit.org/show_bug.cgi?id=65568
     5
     6        Reviewed by Adam Barth.
     7
     8        No new tests, all existing tests pass.
     9
     10        * page/EventSource.idl:
     11
    1122011-08-02  Gavin Peters  <gavinp@chromium.org>
    213
  • trunk/Source/WebCore/page/EventSource.idl

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