[Webkit-unassigned] [Bug 37222] [WINCE] Port SharedBuffer

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Apr 25 02:38:34 PDT 2010


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


Patrick R. Gansterer <paroga at paroga.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |paroga at paroga.com




--- Comment #2 from Patrick R. Gansterer <paroga at paroga.com>  2010-04-25 02:38:34 PST ---
> +    FILE* fileDescriptor = 0;
> +    fileDescriptor = _wfopen(nullifiedPath.charactersWithNullTermination(), TEXT("rb"));
> +    if (!fileDescriptor) {
Isn't it possible to use CreateFileW and CloseHandle? They would be more
native.

> +}; // namespace WebCore
no semicolon please

-- 
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