Use SetFilePointer instead of SetFilePointerEx in FileSystemWin
Created attachment 201920 [details] Patch
Created attachment 201925 [details] Patch
Comment on attachment 201925 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=201925&action=review > Source/WebCore/platform/win/FileSystemWin.cpp:336 > + if (largeOffset.LowPart == 0xFFFFFFFF && GetLastError() != NO_ERROR) Can we compare LowPart to INVALID_SET_FILE_POINTER instead?
Created attachment 205290 [details] Patch for landing
Comment on attachment 205290 [details] Patch for landing Clearing flags on attachment: 205290 Committed r151909: <http://trac.webkit.org/changeset/151909>
All reviewed patches have been landed. Closing bug.