| 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 cf2d06ae8c4f8568e36a3e3a9a8e40911e410b4e..701e281c05b84a885a2132b498121883a1a0f3d7 100644
|
| --- a/third_party/WebKit/Source/core/css/CSSStyleRule.cpp
|
| +++ b/third_party/WebKit/Source/core/css/CSSStyleRule.cpp
|
| @@ -31,7 +31,7 @@
|
|
|
| namespace blink {
|
|
|
| -using SelectorTextCache = WillBePersistentHeapHashMap<RawPtrWillBeWeakMember<const CSSStyleRule>, String>;
|
| +using SelectorTextCache = PersistentHeapHashMap<WeakMember<const CSSStyleRule>, String>;
|
|
|
| static SelectorTextCache& selectorTextCache()
|
| {
|
|
|