Title: [92456] trunk/Source/WebCore
Revision
92456
Author
[email protected]
Date
2011-08-05 00:32:14 -0700 (Fri, 05 Aug 2011)

Log Message

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

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

No new tests, all existing tests pass.

* websockets/WebSocket.idl:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (92455 => 92456)


--- trunk/Source/WebCore/ChangeLog	2011-08-05 07:30:29 UTC (rev 92455)
+++ trunk/Source/WebCore/ChangeLog	2011-08-05 07:32:14 UTC (rev 92456)
@@ -1,3 +1,14 @@
+2011-08-05  Mark Pilgrim  <[email protected]>
+
+        Remove LegacyDefaultOptionalArguments flag from websockets
+        https://bugs.webkit.org/show_bug.cgi?id=65749
+
+        Reviewed by Adam Barth.
+
+        No new tests, all existing tests pass.
+
+        * websockets/WebSocket.idl:
+
 2011-08-05  Adam Barth  <[email protected]>
 
         Attempt to heal media/video-can-play-type.html and media/video-src-change.html.

Modified: trunk/Source/WebCore/websockets/WebSocket.idl (92455 => 92456)


--- trunk/Source/WebCore/websockets/WebSocket.idl	2011-08-05 07:30:29 UTC (rev 92455)
+++ trunk/Source/WebCore/websockets/WebSocket.idl	2011-08-05 07:32:14 UTC (rev 92456)
@@ -33,7 +33,6 @@
 
     interface [
         Conditional=WEB_SOCKETS,
-        LegacyDefaultOptionalArguments,
         ActiveDOMObject,
         CanBeConstructed,
         CustomConstructFunction,
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to