diff --git a/spec.html b/spec.html index cd595371ac..640293bbe8 100644 --- a/spec.html +++ b/spec.html @@ -19016,7 +19016,7 @@

Runtime Semantics: ClassDefinitionEvaluation

1. If |ClassBody_opt| is not present, let _constructor_ be ~empty~. 1. Else, let _constructor_ be ConstructorMethod of |ClassBody|. 1. If _constructor_ is ~empty~, then - 1. If |ClassHeritage_opt| is present, then + 1. If |ClassHeritage_opt| is present and _protoParent_ is not *null*, then 1. Let _constructor_ be the result of parsing the source text
constructor(... args){ super (...args);}
using the syntactic grammar with the goal symbol |MethodDefinition|.