| Index: third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceContainer.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceContainer.cpp b/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceContainer.cpp
|
| index fe3dd9268d9e859d45e7860bb3b3f92379d66b4f..61e952959f80653257cd12a573915d7d89b3e1b2 100644
|
| --- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceContainer.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceContainer.cpp
|
| @@ -263,6 +263,7 @@ static inline void removeFromCacheAndInvalidateDependencies(
|
| // possible cycles here.
|
| // This strong reference is safe, as it is guaranteed that this set will be
|
| // emptied at the end of recursion.
|
| + ALLOW_UNSAFE_SINGLETON()
|
| DEFINE_STATIC_LOCAL(SVGElementSet, invalidatingDependencies,
|
| (new SVGElementSet));
|
|
|
|
|