Index: third_party/WebKit/Source/platform/fonts/FontFallbackList.cpp |
diff --git a/third_party/WebKit/Source/platform/fonts/FontFallbackList.cpp b/third_party/WebKit/Source/platform/fonts/FontFallbackList.cpp |
index 2840a61a4330ecf81b1610978817d38652cd573d..ff4542688def0fed1367d8ee7029ea63c7518db4 100644 |
--- a/third_party/WebKit/Source/platform/fonts/FontFallbackList.cpp |
+++ b/third_party/WebKit/Source/platform/fonts/FontFallbackList.cpp |
@@ -74,7 +74,7 @@ void FontFallbackList::releaseFontData() |
FontCache::fontCache()->releaseFontData(toSimpleFontData(m_fontList[i])); |
} |
} |
- m_shapeCache.clear(); // Clear the weak pointer to the cache instance. |
+ m_shapeCache.reset(); // Clear the weak pointer to the cache instance. |
} |
bool FontFallbackList::loadingCustomFonts() const |