Changeset 230571 in webkit


Ignore:
Timestamp:
Apr 12, 2018 6:47:20 AM (6 years ago)
Author:
aestes@apple.com
Message:

Fix the build after r230560.

  • NetworkProcess/cocoa/NetworkDataTaskCocoa.mm:

(WebKit::NetworkDataTaskCocoa::NetworkDataTaskCocoa):

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/NetworkProcess/cocoa/NetworkDataTaskCocoa.mm

    r230560 r230571  
    194194    NSURLRequest *nsRequest = request.nsURLRequest(WebCore::UpdateHTTPBody);
    195195    applySniffingPoliciesAndBindRequestToInferfaceIfNeeded(nsRequest, shouldContentSniff == WebCore::SniffContent && !url.isLocalFile(), shouldContentEncodingSniff == WebCore::ContentEncodingSniffingPolicy::Sniff);
    196 #if USE(APPLE_INTERNAL_SDK)
     196#if ENABLE(WIFI_ASSERTIONS)
    197197    applyAdditionalProperties(request, *this, nsRequest);
    198198#endif
Note: See TracChangeset for help on using the changeset viewer.