RESOLVED FIXED158168
FileSystem: use OS(WINDOWS) instead of PLATFORM(WIN).
https://bugs.webkit.org/show_bug.cgi?id=158168
Summary FileSystem: use OS(WINDOWS) instead of PLATFORM(WIN).
Konstantin Tokarev
Reported 2016-05-27 14:40:32 PDT
Also removed unused PlatformFilePathSeparator constant.
Attachments
Patch (2.62 KB, patch)
2016-05-27 14:43 PDT, Konstantin Tokarev
darin: review+
Konstantin Tokarev
Comment 1 2016-05-27 14:43:20 PDT
Darin Adler
Comment 2 2016-05-27 15:42:16 PDT
Comment on attachment 279998 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=279998&action=review OK. > Source/WebCore/platform/FileSystem.cpp:201 > char pathSeperator = '\\'; > #else > char pathSeperator = '/'; Not new: This misspells the word separator.
Konstantin Tokarev
Comment 3 2016-05-28 10:04:47 PDT
Manually committed https://trac.webkit.org/r201486 with typo fix.
Note You need to log in before you can comment on or make changes to this bug.