Title: [91905] trunk/Source/WebCore
- Revision
- 91905
- Author
- aba...@webkit.org
- Date
- 2011-07-27 22:11:46 -0700 (Wed, 27 Jul 2011)
Log Message
Crypto.idl doesn't need legacy optional arguments
https://bugs.webkit.org/show_bug.cgi?id=65298
Reviewed by Darin Adler.
This API is relatively new and useless to call without its only argument.
* page/Crypto.idl:
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (91904 => 91905)
--- trunk/Source/WebCore/ChangeLog 2011-07-28 05:05:26 UTC (rev 91904)
+++ trunk/Source/WebCore/ChangeLog 2011-07-28 05:11:46 UTC (rev 91905)
@@ -1,3 +1,14 @@
+2011-07-27 Adam Barth <aba...@webkit.org>
+
+ Crypto.idl doesn't need legacy optional arguments
+ https://bugs.webkit.org/show_bug.cgi?id=65298
+
+ Reviewed by Darin Adler.
+
+ This API is relatively new and useless to call without its only argument.
+
+ * page/Crypto.idl:
+
2011-07-27 Mark Hahnenberg <mhahnenb...@apple.com>
Remove operator new from JSCell
Modified: trunk/Source/WebCore/page/Crypto.idl (91904 => 91905)
--- trunk/Source/WebCore/page/Crypto.idl 2011-07-28 05:05:26 UTC (rev 91904)
+++ trunk/Source/WebCore/page/Crypto.idl 2011-07-28 05:11:46 UTC (rev 91905)
@@ -29,7 +29,6 @@
module window {
interface [
- LegacyDefaultOptionalArguments,
OmitConstructor
] Crypto {
void getRandomValues(in ArrayBufferView array) raises(DOMException);
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes