| Index: third_party/WebKit/Source/core/css/CSSFontSelector.cpp
|
| diff --git a/third_party/WebKit/Source/core/css/CSSFontSelector.cpp b/third_party/WebKit/Source/core/css/CSSFontSelector.cpp
|
| index 9c306a282d5bb536dcbec4ccb3543f350737998e..536c1184e82b01c375b72475e2a72e3af1f5859c 100644
|
| --- a/third_party/WebKit/Source/core/css/CSSFontSelector.cpp
|
| +++ b/third_party/WebKit/Source/core/css/CSSFontSelector.cpp
|
| @@ -81,7 +81,7 @@ void CSSFontSelector::dispatchInvalidationCallbacks()
|
| {
|
| m_fontFaceCache.incrementVersion();
|
|
|
| - WillBeHeapVector<RawPtrWillBeMember<CSSFontSelectorClient>> clients;
|
| + HeapVector<Member<CSSFontSelectorClient>> clients;
|
| copyToVector(m_clients, clients);
|
| for (auto& client : clients)
|
| client->fontsNeedUpdate(this);
|
|
|