RESOLVED FIXED Bug 73709
Build fix for SubresourceLoader when build with Core Foundation
https://bugs.webkit.org/show_bug.cgi?id=73709
Summary Build fix for SubresourceLoader when build with Core Foundation
Benjamin Poulain
Reported 2011-12-02 15:16:24 PST
Created attachment 117703 [details] Patch Reviewed by NOBODY (OOPS!). The patch r100311 removed SubresourceClient and merged it in SubresourceLoader. Consequently, m_client does not exist anymore and there is no need to do the check before invoking didReceiveData(). * loader/cf/SubresourceLoaderCF.cpp: (WebCore::SubresourceLoader::didReceiveDataArray): --- 2 files changed, 13 insertions(+), 2 deletions(-)
Attachments
Patch (1.75 KB, patch)
2011-12-02 15:16 PST, Benjamin Poulain
ddkilzer: review+
David Kilzer (:ddkilzer)
Comment 1 2011-12-02 15:41:52 PST
Comment on attachment 117703 [details] Patch r=me
Benjamin Poulain
Comment 2 2011-12-02 15:55:32 PST
Note You need to log in before you can comment on or make changes to this bug.