[Webkit-unassigned] [Bug 266836] New: Make Node's OptionSet<TypeFlag> more robust

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Dec 22 22:23:56 PST 2023


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

            Bug ID: 266836
           Summary: Make Node's OptionSet<TypeFlag> more robust
           Product: WebKit
           Version: Safari Technology Preview
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: DOM
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: rniwa at webkit.org

Right now, we specify OptionSet<TypeFlag> which is the union of all values we need in the most derived classes which specifies OptionSet<TypeFlag>.
This is rather fragile since each derived class is responsible for specifying all ancestor class's types.

Specify each TypeFlag at each Node class hierarchy instead to make it more robust.

-- 
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/20231223/ec3714ba/attachment-0001.htm>


More information about the webkit-unassigned mailing list