[Webkit-unassigned] [Bug 89719] [EFL][WK2] ProcessExecutablePath is required

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 23 02:11:36 PDT 2012


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





--- Comment #19 from Ryuan Choi <ryuan.choi at samsung.com>  2012-07-23 02:11:39 PST ---
(From update of attachment 153754)
View in context: https://bugs.webkit.org/attachment.cgi?id=153754&action=review

> Source/WebKit2/Shared/efl/ProcessExecutablePathEfl.cpp:67
> +    static String webKitWebProcessName;
> +
> +    if (webKitWebProcessName.isNull())
> +        webKitWebProcessName = findProcessPath(WEBPROCESSNAME);

Can we use `DEFINE_STATIC_LOCAL(String, webkitWebProcessName, findProcessPath(WEBPROCESSNAME));` for this ?

> Source/WebKit2/Shared/efl/ProcessExecutablePathEfl.cpp:77
> +    static String webKitPluginProcessName;
> +
> +    if (webKitPluginProcessName.isNull())
> +        webKitPluginProcessName = findProcessPath(PLUGINPROCESSNAME);

Ditto.

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