[Webkit-unassigned] [Bug 101082] [BlackBerry] ResourceHandle::cancel() in ResourceHandleBlackBerry should setClient to null.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 2 13:30:06 PDT 2012


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


Yong Li <yoli at rim.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #172120|review?, commit-queue?      |review+, commit-queue+
               Flag|                            |




--- Comment #3 from Yong Li <yoli at rim.com>  2012-11-02 13:31:30 PST ---
(From update of attachment 172120)
I think it is good. ResourceLoader doesn't do this when it cancels the job:

        if (m_handle) {
            m_handle->cancel();
            m_handle = 0;
        }

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list