[Webkit-unassigned] [Bug 239902] New: GPUUncapturedErrorEvent implementation seems wrong

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 29 09:11:45 PDT 2022


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

            Bug ID: 239902
           Summary: GPUUncapturedErrorEvent implementation seems wrong
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: cdumez at apple.com
                CC: dino at apple.com, mmaxfield at apple.com

GPUUncapturedErrorEvent looks wrong. It is an Event subclass but it doesn't pass any information to its Base class constructor. At the very least, it should be passing the event type instead of storing it as its own data member. Pretty sure event.type would be wrong for such event on JS side. Please other Event subclasses for examples.

-- 
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/20220429/27300868/attachment-0001.htm>


More information about the webkit-unassigned mailing list