Bug 120533 - Implement SynchronousLoaderClient::platformBadResponseError() for !USE(CFNETWORK) platforms
Summary: Implement SynchronousLoaderClient::platformBadResponseError() for !USE(CFNETW...
Status: RESOLVED DUPLICATE of bug 120532
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Csaba Osztrogonác
URL:
Keywords:
Depends on:
Blocks: 108832
  Show dependency treegraph
 
Reported: 2013-08-30 09:40 PDT by Csaba Osztrogonác
Modified: 2013-09-02 02:28 PDT (History)
3 users (show)

See Also:


Attachments
workaround (1.72 KB, patch)
2013-08-30 09:51 PDT, Csaba Osztrogonác
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Csaba Osztrogonác 2013-08-30 09:40:50 PDT
SynchronousLoaderClient::platformBadResponseError() is implemented for USE(CFNETWORK) platforms only,
but used by the not guarded SynchronousLoaderClient::willSendRequest() function. It causes build
failure on !USE(CFNETWORK) platforms with enable NetworkProcess.
Comment 1 Csaba Osztrogonác 2013-08-30 09:51:20 PDT
Created attachment 210124 [details]
workaround

It is only a quick workaround to make the build happy, needs more investigation.
Comment 2 Csaba Osztrogonác 2013-09-02 02:28:44 PDT

*** This bug has been marked as a duplicate of bug 120532 ***