[webkit-reviews] review granted: [Bug 35884] [EFL] Add FileSystemEfl.cpp to WC/platform/efl. : [Attachment 50253] Add FileSystemEfl.cpp to WC/platform/efl.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 9 20:36:53 PST 2010


Holger Freyther <zecke at selfish.org> has granted Leandro Pereira
<leandro at profusion.mobi>'s request for review:
Bug 35884: [EFL] Add FileSystemEfl.cpp to WC/platform/efl.
https://bugs.webkit.org/show_bug.cgi?id=35884

Attachment 50253: Add FileSystemEfl.cpp to WC/platform/efl.
https://bugs.webkit.org/attachment.cgi?id=50253&action=review

------- Additional Comments from Holger Freyther <zecke at selfish.org>

> +CString fileSystemRepresentation(const String& path)
> +{
> +    return path.utf8();
> +}

This will fail on weird systems, maybe windows... but I talked to raster and
the rest of E is currently doing the same.


More information about the webkit-reviews mailing list