Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(310)

Unified Diff: webkit/plugins/ppapi/ppapi_interface_factory.cc

Issue 8491043: Allow linker initialization of lazy instance (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: willchan comments + rebase Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webkit/plugins/npapi/webplugin_ime_win.cc ('k') | webkit/tools/test_shell/simple_clipboard_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/plugins/ppapi/ppapi_interface_factory.cc
diff --git a/webkit/plugins/ppapi/ppapi_interface_factory.cc b/webkit/plugins/ppapi/ppapi_interface_factory.cc
index 629dca97d64810af5392d3e4544d30e05015cb79..26df97ac088c02247b2765633c2e388f08b5f339 100644
--- a/webkit/plugins/ppapi/ppapi_interface_factory.cc
+++ b/webkit/plugins/ppapi/ppapi_interface_factory.cc
@@ -12,7 +12,7 @@ namespace webkit {
namespace ppapi {
base::LazyInstance<PpapiInterfaceFactoryManager>
- g_ppapi_interface_factory_manager(base::LINKER_INITIALIZED);
+ g_ppapi_interface_factory_manager = LAZY_INSTANCE_INITIALIZER;
PpapiInterfaceFactoryManager::PpapiInterfaceFactoryManager() {
}
« no previous file with comments | « webkit/plugins/npapi/webplugin_ime_win.cc ('k') | webkit/tools/test_shell/simple_clipboard_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698