Index: Source/platform/fonts/win/UniscribeHelper.cpp |
diff --git a/Source/platform/fonts/win/UniscribeHelper.cpp b/Source/platform/fonts/win/UniscribeHelper.cpp |
index 3b9a3d825294e92101c5b79016805153cf8e47bd..52e471e4f5f7a422494e776ae5a00f8309aed31f 100644 |
--- a/Source/platform/fonts/win/UniscribeHelper.cpp |
+++ b/Source/platform/fonts/win/UniscribeHelper.cpp |
@@ -702,7 +702,7 @@ static bool getDerivedFontData(const UChar* family, int style, LOGFONT* logfont, |
// check it against what we actually want (as is done in |
// FontCacheWin.cpp) |
ShaperFontDataCache::AddResult entry = gFontDataCache->add(fontKey, ShaperFontData()); |
- derived = &entry.iterator->value; |
+ derived = &entry.storedValue->value; |
derived->hfont = CreateFontIndirect(logfont); |
// GetAscent may return kUndefinedAscent, but we still want to |
// cache it so that we won't have to call CreateFontIndirect once |