Title: [92454] trunk/Source/WebCore
- Revision
- 92454
- Author
- [email protected]
- Date
- 2011-08-05 00:18:23 -0700 (Fri, 05 Aug 2011)
Log Message
Remove LegacyDefaultOptionalArguments flag from notifications IDL files
https://bugs.webkit.org/show_bug.cgi?id=65747
Patch by Mark Pilgrim <[email protected]> on 2011-08-05
Reviewed by Adam Barth.
No new tests, all existing tests pass.
* notifications/Notification.idl:
* notifications/NotificationCenter.idl:
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (92453 => 92454)
--- trunk/Source/WebCore/ChangeLog 2011-08-05 07:00:47 UTC (rev 92453)
+++ trunk/Source/WebCore/ChangeLog 2011-08-05 07:18:23 UTC (rev 92454)
@@ -1,3 +1,15 @@
+2011-08-05 Mark Pilgrim <[email protected]>
+
+ Remove LegacyDefaultOptionalArguments flag from notifications IDL files
+ https://bugs.webkit.org/show_bug.cgi?id=65747
+
+ Reviewed by Adam Barth.
+
+ No new tests, all existing tests pass.
+
+ * notifications/Notification.idl:
+ * notifications/NotificationCenter.idl:
+
2011-08-05 Sheriff Bot <[email protected]>
Unreviewed, rolling out r92439.
Modified: trunk/Source/WebCore/notifications/Notification.idl (92453 => 92454)
--- trunk/Source/WebCore/notifications/Notification.idl 2011-08-05 07:00:47 UTC (rev 92453)
+++ trunk/Source/WebCore/notifications/Notification.idl 2011-08-05 07:18:23 UTC (rev 92454)
@@ -33,7 +33,6 @@
interface [
Conditional=NOTIFICATIONS,
- LegacyDefaultOptionalArguments,
ActiveDOMObject,
EventTarget,
OmitConstructor
Modified: trunk/Source/WebCore/notifications/NotificationCenter.idl (92453 => 92454)
--- trunk/Source/WebCore/notifications/NotificationCenter.idl 2011-08-05 07:00:47 UTC (rev 92453)
+++ trunk/Source/WebCore/notifications/NotificationCenter.idl 2011-08-05 07:18:23 UTC (rev 92454)
@@ -34,7 +34,6 @@
interface [
Conditional=NOTIFICATIONS,
ActiveDOMObject,
- LegacyDefaultOptionalArguments,
OmitConstructor
] NotificationCenter {
[V8Custom] Notification createHTMLNotification(in DOMString url) raises(Exception);
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes