| Index: third_party/WebKit/Source/core/dom/StyleEngine.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/StyleEngine.cpp b/third_party/WebKit/Source/core/dom/StyleEngine.cpp
|
| index 3a9d1ad294d161fd6675adcda68f61496075f5e1..58794c08710bebfd67b0e88d9b8c8fe323df75e2 100644
|
| --- a/third_party/WebKit/Source/core/dom/StyleEngine.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/StyleEngine.cpp
|
| @@ -464,6 +464,7 @@ void StyleEngine::didDetach() {
|
| clearResolver();
|
| m_viewportResolver = nullptr;
|
| m_mediaQueryEvaluator = nullptr;
|
| + clearFontCache();
|
| }
|
|
|
| void StyleEngine::clearFontCache() {
|
|
|