| Index: android_webview/native/aw_contents_io_thread_client_impl.cc
|
| diff --git a/android_webview/native/aw_contents_io_thread_client_impl.cc b/android_webview/native/aw_contents_io_thread_client_impl.cc
|
| index 225de649f77d85aade8155835593a97ad0a914e2..e1bc3490ba12491eaf72ac985384179919192a2e 100644
|
| --- a/android_webview/native/aw_contents_io_thread_client_impl.cc
|
| +++ b/android_webview/native/aw_contents_io_thread_client_impl.cc
|
| @@ -70,17 +70,16 @@ class RfhToIoThreadClientMap {
|
| void Erase(pair<int, int> rfh_id);
|
|
|
| private:
|
| - static LazyInstance<RfhToIoThreadClientMap> g_instance_;
|
| base::Lock map_lock_;
|
| RenderFrameHostToIoThreadClientType rfh_to_io_thread_client_;
|
| };
|
|
|
| // static
|
| -LazyInstance<RfhToIoThreadClientMap> RfhToIoThreadClientMap::g_instance_ =
|
| +LazyInstance<RfhToIoThreadClientMap>::DestructorAtExit g_instance_ =
|
| LAZY_INSTANCE_INITIALIZER;
|
|
|
| // static
|
| -LazyInstance<JavaObjectWeakGlobalRef> g_sw_instance_ =
|
| +LazyInstance<JavaObjectWeakGlobalRef>::DestructorAtExit g_sw_instance_ =
|
| LAZY_INSTANCE_INITIALIZER;
|
|
|
| // static
|
|
|