| Index: chrome/browser/ui/webui/chrome_url_data_manager_backend.cc
|
| diff --git a/chrome/browser/ui/webui/chrome_url_data_manager_backend.cc b/chrome/browser/ui/webui/chrome_url_data_manager_backend.cc
|
| index 8510a028694239ca187f86cd8348bedefe5dee7f..0f477539481f0c57ce68bc505a33ef6f2afbcb55 100644
|
| --- a/chrome/browser/ui/webui/chrome_url_data_manager_backend.cc
|
| +++ b/chrome/browser/ui/webui/chrome_url_data_manager_backend.cc
|
| @@ -83,7 +83,7 @@ class ChromeURLContentSecurityPolicyExceptionSet
|
| };
|
|
|
| base::LazyInstance<ChromeURLContentSecurityPolicyExceptionSet>
|
| - g_chrome_url_content_security_policy_exceptions(base::LINKER_INITIALIZED);
|
| + g_chrome_url_content_security_policy_exceptions = LINKER_ZERO_INITIALIZED;
|
|
|
| // Parse a URL into the components used to resolve its request. |source_name|
|
| // is the hostname and |path| is the remaining portion of the URL.
|
|
|