Chromium Code Reviews
DescriptionPrevent recursion in critical part of CustomElementRegistry::define.
Custom element registry used to allow recursion, but this complicated
the check for whether a name was in use. Now define [1] has an simpler
explicit recursion guard called the "element definition is running
flag." [2]
[1] https://html.spec.whatwg.org/#dom-customelementregistry-define
[2] https://html.spec.whatwg.org/#element-definition-is-running
BUG=643051
Committed: https://crrev.com/fade7ae22a3ea448947c5c90cb1a2ac2b5c30781
Cr-Commit-Position: refs/heads/master@{#416460}
Patch Set 1 #
Total comments: 4
Patch Set 2 : Feedback #
Messages
Total messages: 17 (8 generated)
|
|||||||||||||||||||||||||||||||||||||