summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/platform/text/transcoder/FontTranscoder.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/platform/text/transcoder/FontTranscoder.cpp')
-rw-r--r--Source/WebCore/platform/text/transcoder/FontTranscoder.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebCore/platform/text/transcoder/FontTranscoder.cpp b/Source/WebCore/platform/text/transcoder/FontTranscoder.cpp
index 4e07f50fb..484228caa 100644
--- a/Source/WebCore/platform/text/transcoder/FontTranscoder.cpp
+++ b/Source/WebCore/platform/text/transcoder/FontTranscoder.cpp
@@ -66,7 +66,7 @@ FontTranscoder::ConverterType FontTranscoder::converterType(const FontDescriptio
if (!fontFamily.isNull()) {
HashMap<AtomicString, ConverterType>::const_iterator found = m_converterTypes.find(fontFamily);
if (found != m_converterTypes.end())
- return found->second;
+ return found->value;
}
// IE's default fonts for Japanese encodings change backslashes into yen signs.