[Webkit-unassigned] [Bug 172782] New: CodeGeneratorJS should not generate a visitChildren() method just because a class is / extends EventTarget.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 31 15:49:53 PDT 2017


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

            Bug ID: 172782
           Summary: CodeGeneratorJS should not generate a visitChildren()
                    method just because a class is / extends EventTarget.
           Product: WebKit
           Version: WebKit Local 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

The other conditions for generating visitChildren() are adequate if the class needs its own visitChildren.  Currently, we're generating some visitChildren() methods that only call its Base::visitChildren().  Removing the "is / extends EventTarget" conditions removes those unneeded visitChildren() overrides.

-- 
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/20170531/a7a17883/attachment.html>


More information about the webkit-unassigned mailing list