Bug 73709 - Build fix for SubresourceLoader when build with Core Foundation
Summary: Build fix for SubresourceLoader when build with Core Foundation
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Benjamin Poulain
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-12-02 15:16 PST by Benjamin Poulain
Modified: 2011-12-02 15:55 PST (History)
2 users (show)

See Also:


Attachments
Patch (1.75 KB, patch)
2011-12-02 15:16 PST, Benjamin Poulain
ddkilzer: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Benjamin Poulain 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(-)
Comment 1 David Kilzer (:ddkilzer) 2011-12-02 15:41:52 PST
Comment on attachment 117703 [details]
Patch

r=me
Comment 2 Benjamin Poulain 2011-12-02 15:55:32 PST
Committed r101874: <http://trac.webkit.org/changeset/101874>