Bug 158168

Summary: FileSystem: use OS(WINDOWS) instead of PLATFORM(WIN).
Product: WebKit Reporter: Konstantin Tokarev <annulen>
Component: WebCore Misc.Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: achristensen, beidson, youennf
Priority: P2    
Version: WebKit Local Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch darin: review+

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.