Bug 22992: Fix invalid IDL for the length attribute of HmacKeyParams
authorRyan Sleevi <sleevi@google.com
Thu, 13 Feb 2014 00:00:00 -0800
changeset 108 acd4f3f23c52
parent 107 3fd48a781e5a
child 109 a5c05d137c88
Bug 22992: Fix invalid IDL for the length attribute of HmacKeyParams
spec/Overview-WebCryptoAPI.xml
spec/Overview.html
--- a/spec/Overview-WebCryptoAPI.xml	Thu Feb 13 00:00:00 2014 -0800
+++ b/spec/Overview-WebCryptoAPI.xml	Thu Feb 13 00:00:00 2014 -0800
@@ -5089,7 +5089,7 @@
   <span class="comment">// The length (in bytes) of the key to generate. If unspecified, the
   // recommended length will be used, which is the size of the associated hash function's block
   // size.</span>
-  unsigned long length?
+  unsigned long length;
 };
             </x:codeblock>
           </div>
--- a/spec/Overview.html	Thu Feb 13 00:00:00 2014 -0800
+++ b/spec/Overview.html	Thu Feb 13 00:00:00 2014 -0800
@@ -5062,7 +5062,7 @@
   <span class="comment">// The length (in bytes) of the key to generate. If unspecified, the
   // recommended length will be used, which is the size of the associated hash function's block
   // size.</span>
-  unsigned long length?
+  unsigned long length;
 };
             </code></pre></div></div>
           </div>