Bug 105578 - Rename HAVE(NETWORK_CFDATA_ARRAY_CALLBACK) to USE(NETWORK_CFDATA_ARRAY_CALLBACK)
Summary: Rename HAVE(NETWORK_CFDATA_ARRAY_CALLBACK) to USE(NETWORK_CFDATA_ARRAY_CALLBACK)
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Platform (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Pratik Solanki
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-12-20 14:31 PST by Pratik Solanki
Modified: 2012-12-20 16:22 PST (History)
4 users (show)

See Also:


Attachments
Patch (3.63 KB, patch)
2012-12-20 14:34 PST, Pratik Solanki
no flags Details | Formatted Diff | Diff
Patch (3.82 KB, patch)
2012-12-20 15:10 PST, Pratik Solanki
ap: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Pratik Solanki 2012-12-20 14:31:30 PST
r133233 renamed HAVE(NETWORK_CFDATA_ARRAY_CALLBACK) to USE(NETWORK_CFDATA_ARRAY_CALLBACK)  but missed a couple of places.
Comment 1 Pratik Solanki 2012-12-20 14:34:20 PST
Created attachment 180412 [details]
Patch
Comment 2 Pratik Solanki 2012-12-20 14:36:38 PST
Comment on attachment 180412 [details]
Patch

Umm.. we seem to have 2 append(CFDataRef) calls now. Updated patch coming up.
Comment 3 Pratik Solanki 2012-12-20 14:38:56 PST
Ah. This is because I had added the 2nd append call in r 135755 for bug 135755. I'll clean this up.
Comment 4 Pratik Solanki 2012-12-20 15:10:46 PST
Created attachment 180421 [details]
Patch
Comment 5 Pratik Solanki 2012-12-20 16:22:40 PST
Committed r138319: <http://trac.webkit.org/changeset/138319>