Bug 23662 - remove reference to InvalidAlgorithmError in normalization rules
authorMark Watson <watsonm@netflix.com>
Thu, 20 Feb 2014 13:28:37 -0800
changeset 121 168615685036
parent 120 97662370d1f5
child 122 e7788285fb48
Bug 23662 - remove reference to InvalidAlgorithmError in normalization rules
spec/Overview-WebCryptoAPI.xml
spec/Overview.html
--- a/spec/Overview-WebCryptoAPI.xml	Thu Feb 20 13:25:18 2014 -0800
+++ b/spec/Overview-WebCryptoAPI.xml	Thu Feb 20 13:28:37 2014 -0800
@@ -8402,8 +8402,7 @@
                 this algorithm restarted, using <var>result</var> as the input to be normalized.
               </li>
               <li>
-                Otherwise, throw an <code>InvalidAlgorithmError</code>
-                exception and return from this algorithm.
+                Otherwise, terminate this algorithm with an error.
               </li>
             </ol>
           </li>
--- a/spec/Overview.html	Thu Feb 20 13:25:18 2014 -0800
+++ b/spec/Overview.html	Thu Feb 20 13:28:37 2014 -0800
@@ -8394,8 +8394,7 @@
                 this algorithm restarted, using <var>result</var> as the input to be normalized.
               </li>
               <li>
-                Otherwise, throw an <code>InvalidAlgorithmError</code>
-                exception and return from this algorithm.
+                Otherwise, terminate this algorithm with an error.
               </li>
             </ol>
           </li>