Title: [139397] branches/chromium/1364/Source/WebCore/platform/graphics/FontCache.cpp
Revision
139397
Author
[email protected]
Date
2013-01-10 18:36:24 -0800 (Thu, 10 Jan 2013)

Log Message

Merge 138812
BUG=167443
Review URL: https://codereview.chromium.org/11854003

Modified Paths

Diff

Modified: branches/chromium/1364/Source/WebCore/platform/graphics/FontCache.cpp (139396 => 139397)


--- branches/chromium/1364/Source/WebCore/platform/graphics/FontCache.cpp	2013-01-11 02:30:13 UTC (rev 139396)
+++ branches/chromium/1364/Source/WebCore/platform/graphics/FontCache.cpp	2013-01-11 02:36:24 UTC (rev 139397)
@@ -355,6 +355,8 @@
 
     FontDataCache::iterator it = gFontDataCache->find(fontData->platformData());
     ASSERT(it != gFontDataCache->end());
+    if (it == gFontDataCache->end())
+        return;
 
     ASSERT(it->value.second);
     if (!--it->value.second)
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to