[Webkit-unassigned] [Bug 152829] New: Use a pointer instead of PassRefPtr in AbstractView argument of UIEvent class

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 7 01:11:16 PST 2016


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

            Bug ID: 152829
           Summary: Use a pointer instead of PassRefPtr in AbstractView
                    argument of UIEvent class
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Local Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: New Bugs
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: gyuyoung.kim at webkit.org

As a step to reduce uses of PassRefPtr, UIEvent class doesn't need to use PassRefPtr for AbstractView argument. Nobody hands us ownership when making one of these objects.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160107/8de2eb72/attachment.html>


More information about the webkit-unassigned mailing list