[Webkit-unassigned] [Bug 183586] Custom Elements: connectedCallback is invoked at unexpected timing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 25 20:11:05 PDT 2018


https://bugs.webkit.org/show_bug.cgi?id=183586

Ryosuke Niwa <rniwa at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #341272|review+                     |review-
              Flags|                            |

--- Comment #22 from Ryosuke Niwa <rniwa at webkit.org> ---
Comment on attachment 341272
  --> https://bugs.webkit.org/attachment.cgi?id=341272
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=341272&action=review

> Source/WebCore/dom/Element.cpp:1981
> +    if (!data.customElementReactionQueue()) {
> +        data.setCustomElementReactionQueue(std::make_unique<CustomElementReactionQueue>(elementInterface));

r- because of this change.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20180526/a29589c7/attachment.html>


More information about the webkit-unassigned mailing list