[Webkit-unassigned] [Bug 145495] New: Make FrameLoader methods that take PassRefPtr<Event> take raw pointers instead

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat May 30 21:21:34 PDT 2015


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

            Bug ID: 145495
           Summary: Make FrameLoader methods that take PassRefPtr<Event>
                    take raw pointers instead
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: beidson at apple.com

Make FrameLoader methods that take PassRefPtr<Event> take raw pointers instead

Ownership of the event is rarely actually being transferred, and the code paths are definitely not hot, so we're not actually worried about ref churn.

But this will make the related code cleaner and less likely to run across bizarre correctness issues like that found in https://bugs.webkit.org/show_bug.cgi?id=145472 and fixed in http://trac.webkit.org/changeset/185033

-- 
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/20150531/bc18068f/attachment.html>


More information about the webkit-unassigned mailing list