--- 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>;