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

Log Message

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

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

No new tests, all existing tests pass.

* svg/SVGElementInstance.idl:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (92461 => 92462)


--- trunk/Source/WebCore/ChangeLog	2011-08-05 07:51:18 UTC (rev 92461)
+++ trunk/Source/WebCore/ChangeLog	2011-08-05 08:19:03 UTC (rev 92462)
@@ -1,3 +1,14 @@
+2011-08-05  Mark Pilgrim  <[email protected]>
+
+        Remove LegacyDefaultOptionalArguments flag from remaining SVG IDL files
+        https://bugs.webkit.org/show_bug.cgi?id=65751
+
+        Reviewed by Adam Barth.
+
+        No new tests, all existing tests pass.
+
+        * svg/SVGElementInstance.idl:
+
 2011-08-05  Pavel Feldman  <[email protected]>
 
         Web Inspector: do not delay scroll event handling - scroll is already async.

Modified: trunk/Source/WebCore/svg/SVGElementInstance.idl (92461 => 92462)


--- trunk/Source/WebCore/svg/SVGElementInstance.idl	2011-08-05 07:51:18 UTC (rev 92461)
+++ trunk/Source/WebCore/svg/SVGElementInstance.idl	2011-08-05 08:19:03 UTC (rev 92462)
@@ -27,7 +27,6 @@
 module svg {
 
     interface [
-        LegacyDefaultOptionalArguments,
         CustomMarkFunction,
         GenerateNativeConverter
     ] SVGElementInstance
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to