[Webkit-unassigned] [Bug 192686] New: Ensure that StructureFlags initialization always starts with Base::StructureFlags.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 13 16:43:16 PST 2018


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

            Bug ID: 192686
           Summary: Ensure that StructureFlags initialization always
                    starts with Base::StructureFlags.
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: mark.lam at apple.com

This is purely a refactoring effort to make the code consistently start all StructureFlags initialization with Base::StructureFlags.  Previously, sometimes Base::StructureFlags is appended at the end, and sometimes, it is expressed using the name of the superclass.  This patch makes the code all consistent and easier to do a quick eye scan audit on to verify that no StructureFlags are forgetting to inherit Base::StructureFlags.

-- 
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/20181214/da0bf13f/attachment.html>


More information about the webkit-unassigned mailing list