[Webkit-unassigned] [Bug 27543] Add platform/wince/ files for WINCE port

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Aug 8 12:15:25 PDT 2009


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





--- Comment #44 from Eric Seidel <eric at webkit.org>  2009-08-08 12:15:24 PDT ---
(In reply to comment #41)
> (In reply to comment #39)
> > (From update of attachment 34384 [details] [details])
> > No need for the explicit String cast here:
> >  113         return String("xml");
> 
> thanks. but isn't it better than implicit cast?

The implicit construction is fewer characters to read. :)  And there are
already other return statements in that same function which use the implicit
String(char*) constructor.

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