From cb4d0ea68308e3c51a6ba9551b393bb2f639afc4 Mon Sep 17 00:00:00 2001 From: Tom Sepez Date: Mon, 17 Aug 2015 17:07:25 -0700 Subject: Fix fix fix of mac build breakage at 9cf44c2e R=thestig@chromium.org Review URL: https://codereview.chromium.org/1296403002 . --- core/src/fxge/apple/fx_mac_imp.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/fxge/apple/fx_mac_imp.cpp b/core/src/fxge/apple/fx_mac_imp.cpp index 465dd96afa..41333f8bf4 100644 --- a/core/src/fxge/apple/fx_mac_imp.cpp +++ b/core/src/fxge/apple/fx_mac_imp.cpp @@ -88,7 +88,7 @@ void* CFX_MacFontInfo::MapFont(int weight, case FXFONT_CHINESEBIG5_CHARSET: face = "LiSong Pro Light"; } - it = m_FontList.Lookup(face); + it = m_FontList.find(face); if (it != m_FontList.end()) return it->second; -- cgit v1.2.3