Title: [92328] trunk/Source/WebCore
Revision
92328
Author
[email protected]
Date
2011-08-03 16:31:50 -0700 (Wed, 03 Aug 2011)

Log Message

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

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

No new tests, all existing tests pass.

* page/Console.idl:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (92327 => 92328)


--- trunk/Source/WebCore/ChangeLog	2011-08-03 23:20:58 UTC (rev 92327)
+++ trunk/Source/WebCore/ChangeLog	2011-08-03 23:31:50 UTC (rev 92328)
@@ -1,5 +1,16 @@
 2011-08-03  Mark Pilgrim  <[email protected]>
 
+        Remove LegacyDefaultOptionalArguments flag from Console.idl
+        https://bugs.webkit.org/show_bug.cgi?id=65569
+
+        Reviewed by Adam Barth.
+
+        No new tests, all existing tests pass.
+
+        * page/Console.idl:
+
+2011-08-03  Mark Pilgrim  <[email protected]>
+
         Remove LegacyDefaultOptionalArguments flag from HTML DOM IDL files
         https://bugs.webkit.org/show_bug.cgi?id=65338
 

Modified: trunk/Source/WebCore/page/Console.idl (92327 => 92328)


--- trunk/Source/WebCore/page/Console.idl	2011-08-03 23:20:58 UTC (rev 92327)
+++ trunk/Source/WebCore/page/Console.idl	2011-08-03 23:31:50 UTC (rev 92328)
@@ -29,7 +29,6 @@
 module window {
 
     interface [
-        LegacyDefaultOptionalArguments,
         GenerateIsReachable=ImplFrame,
         OmitConstructor
     ] Console {
@@ -52,7 +51,7 @@
         [Custom] void profileEnd(in DOMString title);
 #endif
 
-        void time(in [ConvertUndefinedOrNullToNullString] DOMString title);
+        void time(in [ConvertUndefinedOrNullToNullString,Optional=CallWithDefaultValue] DOMString title);
         [CustomArgumentHandling] void timeEnd(in [ConvertUndefinedOrNullToNullString] DOMString title);
         [CustomArgumentHandling] void timeStamp();
         [CustomArgumentHandling] void group();
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to