[Webkit-unassigned] [Bug 103544] Make DataLog work on Windows

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 28 16:31:32 PST 2012


https://bugs.webkit.org/show_bug.cgi?id=103544





--- Comment #5 from Tim Horton <timothy_horton at apple.com>  2012-11-28 16:33:47 PST ---
(From update of attachment 176557)
View in context: https://bugs.webkit.org/attachment.cgi?id=176557&action=review

> Source/WTF/wtf/DataLog.cpp:49
> +// This path won't work on Windows, make sure to change to something like C:\\Users\\<more path>\\log.txt.
>  #define DATA_LOG_FILENAME "/tmp/WTFLog"

Why is this not #if PLATFORM(WIN)'d so it works out of the box?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list