Changeset 230575 in webkit


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

Try again to fix the build after r230560.

  • NetworkProcess/cocoa/NetworkDataTaskCocoa.h:
File:
1 edited

Legend:

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

    r230560 r230575  
    7373    uint64_t pageID() const { return m_pageID; };
    7474
    75 #if HAVE(MOBILE_WIFI)
     75#if ENABLE(WIFI_ASSERTIONS)
    7676    void acquireWiFiAssertion()
    7777    {
     
    105105#endif
    106106
    107 #if HAVE(MOBILE_WIFI)
     107#if ENABLE(WIFI_ASSERTIONS)
    108108    std::optional<WiFiAssertionHolder> m_wiFiAssertionHolder;
    109109#endif
Note: See TracChangeset for help on using the changeset viewer.