SSIA.
Created attachment 221028 [details] Patch
Comment on attachment 221028 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=221028&action=review > Source/WebKit2/Shared/efl/ProcessExecutablePathEfl.cpp:66 > + static NeverDestroyed<String> webKitWebProcessName(findProcessPath(WEBPROCESSNAME)); NeverDestroyed<const String> here? > Source/WebKit2/Shared/efl/ProcessExecutablePathEfl.cpp:73 > + static NeverDestroyed<String> webKitPluginProcessName(findProcessPath(PLUGINPROCESSNAME)); Ditto. > Source/WebKit2/Shared/efl/ProcessExecutablePathEfl.cpp:81 > + static NeverDestroyed<String> webKitNetworkProcessName(findProcessPath(NETWORKPROCESSNAME)); Ditto.
Created attachment 221038 [details] Patch
Comment on attachment 221028 [details] Patch done!
Comment on attachment 221038 [details] Patch Clearing flags on attachment: 221038 Committed r161915: <http://trac.webkit.org/changeset/161915>
All reviewed patches have been landed. Closing bug.