[Webkit-unassigned] [Bug 75464] [EFL][WK2] Add ProcessLauncherEfl.cpp

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 4 22:53:01 PST 2012


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





--- Comment #2 from Ryuan Choi <ryuan.choi at samsung.com>  2012-01-04 22:53:02 PST ---
(From update of attachment 120928)
View in context: https://bugs.webkit.org/attachment.cgi?id=120928&action=review

> Source/WebKit2/UIProcess/Launcher/efl/ProcessLauncherEfl.cpp:39
> +static const char* WebProcessName = "WebProcess";
> +static const char* PluginProcessName = "PluginProcess";

Almost looks good to me.

As a minor issue, I realized that static const char foo[] is better than static const char* because it can go to .rodata.

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