Bug 27139 Remove unreferenced ECPoint typedef in idl
authorMark Watson <watsonm@netflix.com>
Mon, 27 Oct 2014 14:49:13 -0700
changeset 266 f4f845756989
parent 265 7dd14c51e4b7
child 267 dde94af18a97
Bug 27139 Remove unreferenced ECPoint typedef in idl
spec/Overview-WebCryptoAPI.xml
spec/Overview.html
--- a/spec/Overview-WebCryptoAPI.xml	Mon Oct 27 14:45:16 2014 -0700
+++ b/spec/Overview-WebCryptoAPI.xml	Mon Oct 27 14:49:13 2014 -0700
@@ -9949,8 +9949,6 @@
         <div id="dh-EcdhKeyDeriveParams" class="section">
           <h4>EcdhKeyDeriveParams dictionary</h4>
           <x:codeblock language="idl">
-typedef Uint8Array <dfn id="dfn-ECPoint">ECPoint</dfn>;
-
 dictionary <dfn id="dfn-EcdhKeyDeriveParams">EcdhKeyDeriveParams</dfn> : <a href="#dfn-Algorithm">Algorithm</a> {
 <span class="comment">// The peer's EC public key.</span>
 required <a href="#dfn-CryptoKey">CryptoKey</a> <dfn id="dfn-EcdhKeyDeriveParams-public">public</dfn>;
--- a/spec/Overview.html	Mon Oct 27 14:45:16 2014 -0700
+++ b/spec/Overview.html	Mon Oct 27 14:49:13 2014 -0700
@@ -9626,8 +9626,6 @@
         <div id="dh-EcdhKeyDeriveParams" class="section">
           <h4>24.3. EcdhKeyDeriveParams dictionary</h4>
           <div class="block"><div class="blockTitleDiv"><span class="blockTitle">IDL</span></div><div class="blockContent"><pre class="code"><code class="idl-code">
-typedef Uint8Array <dfn id="dfn-ECPoint">ECPoint</dfn>;
-
 dictionary <dfn id="dfn-EcdhKeyDeriveParams">EcdhKeyDeriveParams</dfn> : <a href="#dfn-Algorithm">Algorithm</a> {
 <span class="comment">// The peer's EC public key.</span>
 required <a href="#dfn-CryptoKey">CryptoKey</a> <dfn id="dfn-EcdhKeyDeriveParams-public">public</dfn>;