[Webkit-unassigned] [Bug 216507] New: Element should not set an attribute inside its constructor

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 14 17:00:43 PDT 2020


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

            Bug ID: 216507
           Summary: Element should not set an attribute inside its
                    constructor
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: DOM
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: rniwa at webkit.org

There is a bunch of shadow elements that set attributes inside their constructors.
This isn't safe because parseAttribute could end up trying to store "this" in Ref/RefPtr.

-- 
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/20200915/fb07d6f0/attachment.htm>


More information about the webkit-unassigned mailing list