Changeset 241566 in webkit
- Timestamp:
- Feb 14, 2019, 3:06:06 PM (6 years ago)
- Location:
- trunk/Source/WebCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/ChangeLog
r241559 r241566 1 2019-02-14 Ross Kirsling <[email protected]> 2 3 Unreviewed build fix for WinCairo Debug after r241559. 4 5 * platform/network/curl/CurlContext.cpp: 6 (WebCore::CurlContext::CurlContext): 7 1 8 2019-02-14 Ross Kirsling <[email protected]> 2 9 -
trunk/Source/WebCore/platform/network/curl/CurlContext.cpp
r241559 r241566 88 88 89 89 #ifndef NDEBUG 90 m_verbose = Environment::get("DEBUG_CURL");90 m_verbose = !!Environment::get("DEBUG_CURL"); 91 91 92 92 if (const char* logFile = Environment::getRaw("CURL_LOG_FILE"))
Note:
See TracChangeset
for help on using the changeset viewer.