Bug 126882

Summary: [EFL][WK2] Replace usage of DEFINE_STATIC_LOCAL with NeverDestroyed
Product: WebKit Reporter: Jinwoo Song <jinwoo7.song>
Component: WebKit EFLAssignee: Jinwoo Song <jinwoo7.song>
Status: RESOLVED FIXED    
Severity: Normal CC: bunhere, cdumez, commit-queue, gyuyoung.kim, lucas.de.marchi, rakuco
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch none

Description Jinwoo Song 2014-01-13 04:27:25 PST
SSIA.
Comment 1 Jinwoo Song 2014-01-13 04:29:01 PST
Created attachment 221028 [details]
Patch
Comment 2 Sergio Correia (qrwteyrutiyoup) 2014-01-13 04:32:26 PST
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.
Comment 3 Jinwoo Song 2014-01-13 07:04:53 PST
Created attachment 221038 [details]
Patch
Comment 4 Jinwoo Song 2014-01-13 07:05:24 PST
Comment on attachment 221028 [details]
Patch

done!
Comment 5 WebKit Commit Bot 2014-01-13 15:58:47 PST
Comment on attachment 221038 [details]
Patch

Clearing flags on attachment: 221038

Committed r161915: <http://trac.webkit.org/changeset/161915>
Comment 6 WebKit Commit Bot 2014-01-13 15:58:51 PST
All reviewed patches have been landed.  Closing bug.