Skip to content

Commit

Permalink
Remove DOMException terminal from the grammar
Browse files Browse the repository at this point in the history
This is a fixup of 5c8eb31, which forgot to remove the DOMException terminal from the grammar when giving it a new definition.
  • Loading branch information
domenic committed Jul 26, 2017
1 parent f3b6a2a commit b085536
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion index.bs
Expand Up @@ -4911,7 +4911,6 @@ type.
"sequence" "<" TypeWithExtendedAttributes ">" Null
"object" Null
"Error" Null
"DOMException" Null
BufferRelatedType Null
"FrozenArray" "<" TypeWithExtendedAttributes ">" Null
RecordType Null
Expand Down

0 comments on commit b085536

Please sign in to comment.