Too many ifdefs in ResourceRequestMac.mm. We should also separate out iOS specific code into a separate file.
Created attachment 234051 [details] Patch
Created attachment 234057 [details] Patch
Attachment 234057 [details] did not pass style-queue: ERROR: Source/WebCore/platform/network/cocoa/ResourceRequestCocoa.mm:154: Tests for true/false, null/non-null, and zero/non-zero should all be done without equality comparisons. [readability/comparison_to_zero] [5] Total errors found: 1 in 5 files If any of these errors are false positives, please file a bug against check-webkit-style.
Comment on attachment 234057 [details] Patch Great idea!
Committed r17054 - <http://trac.webkit.org/changeset/170574>
(In reply to comment #5) > Committed r17054 - <http://trac.webkit.org/changeset/170574> r170574
(In reply to comment #5) > Committed r17054 - <http://trac.webkit.org/changeset/170574> You're my hero!