| Index: third_party/WebKit/Source/core/css/FontFaceSet.cpp
|
| diff --git a/third_party/WebKit/Source/core/css/FontFaceSet.cpp b/third_party/WebKit/Source/core/css/FontFaceSet.cpp
|
| index d998594ae021e09ceae46af523cfbad6ddab3d6c..8043332537334587fd1471fe07c95960f4f56d8c 100644
|
| --- a/third_party/WebKit/Source/core/css/FontFaceSet.cpp
|
| +++ b/third_party/WebKit/Source/core/css/FontFaceSet.cpp
|
| @@ -232,7 +232,7 @@ void FontFaceSet::addToLoadingFonts(FontFace* fontFace) {
|
| m_ready->reset();
|
| handlePendingEventsAndPromisesSoon();
|
| }
|
| - m_loadingFonts.add(fontFace);
|
| + m_loadingFonts.insert(fontFace);
|
| fontFace->addCallback(this);
|
| }
|
|
|
|
|