[Webkit-unassigned] [Bug 62429] [EFL][WK2] Minor fix: fix coding style and remove unnecessary codes for WebKit2 efl port

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 10 00:46:02 PDT 2011


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





--- Comment #6 from EunMi Lee <eunmi15.lee at samsung.com>  2011-06-10 00:46:01 PST ---
(In reply to comment #4)
> (From update of attachment 96698 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=96698&action=review
> 
> > Source/WebKit2/UIProcess/efl/WebPageProxyEfl.cpp:57
> > +        osVersion = String(name.sysname) + " " + String(name.machine);
> 
> I think makeString() is better than string operation. I also make a bug for similar implementation. (Bug 62434)

Done.
Thanks for your comment :)
I fixed above codes to use makeString.

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