| Index: third_party/WebKit/Source/core/workers/WorkerInspectorProxy.cpp
|
| diff --git a/third_party/WebKit/Source/core/workers/WorkerInspectorProxy.cpp b/third_party/WebKit/Source/core/workers/WorkerInspectorProxy.cpp
|
| index ae82cd6ba19b3d393c039110adccb7692238e3bb..74b90482df265a3111a46555b833e1a2588810bf 100644
|
| --- a/third_party/WebKit/Source/core/workers/WorkerInspectorProxy.cpp
|
| +++ b/third_party/WebKit/Source/core/workers/WorkerInspectorProxy.cpp
|
| @@ -22,6 +22,7 @@ namespace blink {
|
| namespace {
|
|
|
| static WorkerInspectorProxy::WorkerInspectorProxySet& inspectorProxies() {
|
| + ALLOW_UNSAFE_SINGLETON()
|
| DEFINE_STATIC_LOCAL(WorkerInspectorProxy::WorkerInspectorProxySet, proxies,
|
| ());
|
| return proxies;
|
|
|