Bug 121834

Summary: [WIN] Add missing USE(CFNETWORK) to WebError.h
Product: WebKit Reporter: Patrick R. Gansterer <paroga>
Component: New BugsAssignee: Patrick R. Gansterer <paroga>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Patrick R. Gansterer 2013-09-24 04:03:05 PDT
[WIN] Add missing USE(CFNETWORK) to WebError.h
Comment 1 Patrick R. Gansterer 2013-09-24 04:05:37 PDT
Created attachment 212450 [details]
Patch
Comment 2 Brent Fulgham 2013-09-25 11:43:45 PDT
Comment on attachment 212450 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=212450&action=review

This should be USE(CF), as it's a CFDictionaryRef we are trying to protect against.

> Source/WebKit/win/WebError.h:93
> +#if USE(CFNETWORK)

This should be USE(CF), as it's a CFDictionaryRef we are trying to protect against.
Comment 3 Patrick R. Gansterer 2013-09-25 11:56:45 PDT
Comment on attachment 212450 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=212450&action=review

>> Source/WebKit/win/WebError.h:93
>> +#if USE(CFNETWORK)
> 
> This should be USE(CF), as it's a CFDictionaryRef we are trying to protect against.

But it's only used by CFNETWORK code. See http://trac.webkit.org/browser/trunk/Source/WebKit/win/WebError.cpp?rev=149716#L218
Comment 4 Brent Fulgham 2013-10-30 10:13:03 PDT
Comment on attachment 212450 [details]
Patch

Okay. r=me
Comment 5 WebKit Commit Bot 2013-10-30 10:31:56 PDT
Comment on attachment 212450 [details]
Patch

Clearing flags on attachment: 212450

Committed r158278: <http://trac.webkit.org/changeset/158278>
Comment 6 WebKit Commit Bot 2013-10-30 10:31:57 PDT
All reviewed patches have been landed.  Closing bug.