Bug 158168 - FileSystem: use OS(WINDOWS) instead of PLATFORM(WIN).
Summary: FileSystem: use OS(WINDOWS) instead of PLATFORM(WIN).
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: WebKit Local Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-05-27 14:40 PDT by Konstantin Tokarev
Modified: 2016-05-28 10:04 PDT (History)
3 users (show)

See Also:


Attachments
Patch (2.62 KB, patch)
2016-05-27 14:43 PDT, Konstantin Tokarev
darin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Konstantin Tokarev 2016-05-27 14:40:32 PDT
Also removed unused PlatformFilePathSeparator constant.
Comment 1 Konstantin Tokarev 2016-05-27 14:43:20 PDT
Created attachment 279998 [details]
Patch
Comment 2 Darin Adler 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.
Comment 3 Konstantin Tokarev 2016-05-28 10:04:47 PDT
Manually committed https://trac.webkit.org/r201486 with typo fix.