| Index: third_party/WebKit/Source/core/css/CSSStyleRule.cpp
|
| diff --git a/third_party/WebKit/Source/core/css/CSSStyleRule.cpp b/third_party/WebKit/Source/core/css/CSSStyleRule.cpp
|
| index 7f638c677f63ca8f6dbc7a9a3c4bb68fa4475437..deb2c929dacc7ee9f55dede94e387d33f93c85d6 100644
|
| --- a/third_party/WebKit/Source/core/css/CSSStyleRule.cpp
|
| +++ b/third_party/WebKit/Source/core/css/CSSStyleRule.cpp
|
| @@ -28,6 +28,7 @@
|
| #include "core/css/StylePropertySet.h"
|
| #include "core/css/StyleRule.h"
|
| #include "core/css/parser/CSSParser.h"
|
| +#include "wtf/LeakAnnotations.h"
|
| #include "wtf/text/StringBuilder.h"
|
|
|
| namespace blink {
|
| @@ -36,6 +37,7 @@ using SelectorTextCache = WillBePersistentHeapHashMap<RawPtrWillBeWeakMember<con
|
|
|
| static SelectorTextCache& selectorTextCache()
|
| {
|
| + WTF_ANNOTATE_SCOPED_MEMORY_LEAK;
|
| DEFINE_STATIC_LOCAL(SelectorTextCache, cache, ());
|
| return cache;
|
| }
|
|
|