From 25c1044e4774f68b3b24e6596c17ca869fbecc07 Mon Sep 17 00:00:00 2001 From: Domenic Denicola Date: Wed, 19 Jul 2017 15:42:48 -0400 Subject: [PATCH] Remove DOMException terminal from the grammar This is a fixup of 5c8eb310ef7a6bcb3c4813e9791212ee1624f2d3, which forgot to remove the DOMException terminal from the grammar when giving it a new definition. --- index.bs | 1 - 1 file changed, 1 deletion(-) diff --git a/index.bs b/index.bs index 332b1eff..d937182b 100644 --- a/index.bs +++ b/index.bs @@ -4911,7 +4911,6 @@ type. "sequence" "<" TypeWithExtendedAttributes ">" Null "object" Null "Error" Null - "DOMException" Null BufferRelatedType Null "FrozenArray" "<" TypeWithExtendedAttributes ">" Null RecordType Null