Bug 22737

Summary: Try debug version when locating CFNetwork
Product: WebKit Reporter: Alexey Proskuryakov <ap>
Component: WebCore Misc.Assignee: Alexey Proskuryakov <ap>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: Windows XP   
Attachments:
Description Flags
proposed patch darin: review+

Description Alexey Proskuryakov 2008-12-08 08:11:10 PST
Code that locates CFNetwork with GetModuleHandleA() should also try CFNetwork_debug.
Comment 1 Alexey Proskuryakov 2008-12-08 08:12:41 PST
Created attachment 25840 [details]
proposed patch
Comment 2 Darin Adler 2008-12-08 10:30:11 PST
Comment on attachment 25840 [details]
proposed patch

Looks good. I'd like it even better if we found a suitable header and put this function there:

    FARPROC findCFNetworkFunction(const char* functionName);

r=me as-is
Comment 3 Alexey Proskuryakov 2008-12-08 10:36:58 PST
Committed revision 39098.