[webkit-reviews] review granted: [Bug 101082] [BlackBerry] ResourceHandle::cancel() in ResourceHandleBlackBerry should setClient to null. : [Attachment 172120] patch for 101082

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


Yong Li <yoli at rim.com> has granted Lyon Chen <liachen at rim.com>'s request for
review:
Bug 101082: [BlackBerry] ResourceHandle::cancel() in ResourceHandleBlackBerry
should setClient to null.
https://bugs.webkit.org/show_bug.cgi?id=101082

Attachment 172120: patch for 101082
https://bugs.webkit.org/attachment.cgi?id=172120&action=review

------- Additional Comments from Yong Li <yoli at rim.com>
I think it is good. ResourceLoader doesn't do this when it cancels the job:

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


More information about the webkit-reviews mailing list