Changeset 92462 in webkit


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

Remove LegacyDefaultOptionalArguments flag from remaining SVG IDL files
https://bugs.webkit.org/show_bug.cgi?id=65751

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

No new tests, all existing tests pass.

  • svg/SVGElementInstance.idl:
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r92461 r92462  
     12011-08-05  Mark Pilgrim  <pilgrim@chromium.org>
     2
     3        Remove LegacyDefaultOptionalArguments flag from remaining SVG IDL files
     4        https://bugs.webkit.org/show_bug.cgi?id=65751
     5
     6        Reviewed by Adam Barth.
     7
     8        No new tests, all existing tests pass.
     9
     10        * svg/SVGElementInstance.idl:
     11
    1122011-08-05  Pavel Feldman  <pfeldman@google.com>
    213
  • trunk/Source/WebCore/svg/SVGElementInstance.idl

    r92237 r92462  
    2828
    2929    interface [
    30         LegacyDefaultOptionalArguments,
    3130        CustomMarkFunction,
    3231        GenerateNativeConverter
Note: See TracChangeset for help on using the changeset viewer.