Title: [92320] trunk/Source/WebCore
Revision
92320
Author
commit-qu...@webkit.org
Date
2011-08-03 15:47:37 -0700 (Wed, 03 Aug 2011)

Log Message

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

Patch by Mark Pilgrim <pilg...@chromium.org> on 2011-08-03
Reviewed by Darin Adler.

No new tests, all existing tests pass.

* page/Location.idl:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (92319 => 92320)


--- trunk/Source/WebCore/ChangeLog	2011-08-03 22:42:46 UTC (rev 92319)
+++ trunk/Source/WebCore/ChangeLog	2011-08-03 22:47:37 UTC (rev 92320)
@@ -1,3 +1,14 @@
+2011-08-03  Mark Pilgrim  <pilg...@chromium.org>
+
+        Remove LegacyDefaultOptionalArguments flag from Location.idl
+        https://bugs.webkit.org/show_bug.cgi?id=65565
+
+        Reviewed by Darin Adler.
+
+        No new tests, all existing tests pass.
+
+        * page/Location.idl:
+
 2011-08-03  Sailesh Agrawal  <s...@chromium.org>
 
         Chromium Mac: Fix position of search tickmarks

Modified: trunk/Source/WebCore/page/Location.idl (92319 => 92320)


--- trunk/Source/WebCore/page/Location.idl	2011-08-03 22:42:46 UTC (rev 92319)
+++ trunk/Source/WebCore/page/Location.idl	2011-08-03 22:47:37 UTC (rev 92320)
@@ -29,7 +29,6 @@
 module window {
 
     interface [
-        LegacyDefaultOptionalArguments,
 #if defined(V8_BINDING) && V8_BINDING
         CheckDomainSecurity,
 #endif
@@ -47,8 +46,8 @@
                  attribute [DoNotCheckDomainSecurityOnSet, CustomSetter, V8DisallowShadowing] DOMString href;
 #endif
 
-        [Custom, V8OnInstance] void assign(in DOMString url);
-        [Custom, V8OnInstance] void replace(in DOMString url);
+        [Custom, V8OnInstance] void assign(in [Optional=CallWithDefaultValue] DOMString url);
+        [Custom, V8OnInstance] void replace(in [Optional=CallWithDefaultValue] DOMString url);
         [Custom, V8OnInstance] void reload();
 
         // URI decomposition attributes
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to