| Index: extensions/renderer/messaging_bindings.cc
|
| diff --git a/extensions/renderer/messaging_bindings.cc b/extensions/renderer/messaging_bindings.cc
|
| index cea52c943e0e46de3ed1a199854c7be9ec399dc7..78b72e3591e32ca0fb9d79b7eedfbbe53b817cf8 100644
|
| --- a/extensions/renderer/messaging_bindings.cc
|
| +++ b/extensions/renderer/messaging_bindings.cc
|
| @@ -54,8 +54,8 @@ using v8_helpers::ToV8String;
|
| namespace {
|
|
|
| // A global map between ScriptContext and MessagingBindings.
|
| -base::LazyInstance<std::map<ScriptContext*, MessagingBindings*>>
|
| - g_messaging_map = LAZY_INSTANCE_INITIALIZER;
|
| +base::LazyInstance<std::map<ScriptContext*, MessagingBindings*>>::
|
| + DestructorAtExit g_messaging_map = LAZY_INSTANCE_INITIALIZER;
|
|
|
| void HasMessagePort(const PortId& port_id,
|
| bool* has_port,
|
|
|