| Index: third_party/WebKit/Source/core/svg/SVGElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGElement.cpp b/third_party/WebKit/Source/core/svg/SVGElement.cpp
|
| index d6b1fec83182a18db1c090445c82620478f66b18..37b4a1806fd0bbdcd9f87e874f0baac883a38c94 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGElement.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/SVGElement.cpp
|
| @@ -631,6 +631,7 @@ void SVGElement::removeInstanceMapping(SVGElement* instance) {
|
| }
|
|
|
| static HeapHashSet<WeakMember<SVGElement>>& emptyInstances() {
|
| + ALLOW_UNSAFE_SINGLETON()
|
| DEFINE_STATIC_LOCAL(HeapHashSet<WeakMember<SVGElement>>, emptyInstances,
|
| (new HeapHashSet<WeakMember<SVGElement>>));
|
| return emptyInstances;
|
|
|