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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 26 02:31:15 PDT 2010


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





--- Comment #3 from Kwang Yul Seo <kwangyul.seo at gmail.com>  2010-04-26 02:31:15 PST ---
(In reply to comment #2)
> > +    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.
> 

It is possible, but I tried to follow the convention used in
SharedBufferWin.cpp

> > +}; // namespace WebCore
> no semicolon please

Oops. I found the same mistake in SharedBufferWin.cpp. I will fix it.

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