| Index: third_party/WebKit/Source/platform/fonts/FontDataCache.cpp
|
| diff --git a/third_party/WebKit/Source/platform/fonts/FontDataCache.cpp b/third_party/WebKit/Source/platform/fonts/FontDataCache.cpp
|
| index 98cd954c34d39d357480a86121442bf67772fb89..d88d155887b821406935fd47b049296c17f2f8bb 100644
|
| --- a/third_party/WebKit/Source/platform/fonts/FontDataCache.cpp
|
| +++ b/third_party/WebKit/Source/platform/fonts/FontDataCache.cpp
|
| @@ -149,7 +149,7 @@ bool FontDataCache::purgeLeastRecentlyUsed(int count) {
|
| m_cache.remove(&(fontData->platformData()));
|
| // We should not delete SimpleFontData here because deletion can modify
|
| // m_inactiveFontData. See http://trac.webkit.org/changeset/44011
|
| - fontDataToDelete.append(fontData);
|
| + fontDataToDelete.push_back(fontData);
|
| }
|
|
|
| if (it == end) {
|
|
|