Remove include directives in NetworkCacheBlobStorage.cpp unused since r245186
Created attachment 371123 [details] Patch
Created attachment 371125 [details] Patch
It seems wrong that while OS(WINDOWS) conditional compilation was removed from NetworkCacheBlobStorage.cpp, common code is using POSIX functions stat() and unlink(). Apparently they are used on Windows without including their headers
Comment on attachment 371125 [details] Patch Attachment 371125 [details] did not pass win-ews (win): Output: https://webkit-queues.webkit.org/results/12351821 New failing tests: storage/indexeddb/modern/get-keyrange.html
Created attachment 371136 [details] Archive of layout-test-results from ews211 for win-future The attached test failures were seen while running run-webkit-tests on the win-ews. Bot: ews211 Port: win-future Platform: CYGWIN_NT-10.0-17763-3.0.5-338.x86_64-x86_64-64bit
Comment on attachment 371125 [details] Patch Clearing flags on attachment: 371125 Committed r246020: <https://trac.webkit.org/changeset/246020>
All reviewed patches have been landed. Closing bug.
<rdar://problem/51335245>
(In reply to Konstantin Tokarev from comment #3) > It seems wrong that while OS(WINDOWS) conditional compilation was removed > from NetworkCacheBlobStorage.cpp, common code is using POSIX functions > stat() and unlink(). Apparently they are used on Windows without including > their headers Filed in Bug 198473.