| Index: Source/core/css/CSSFontFaceSource.cpp
|
| diff --git a/Source/core/css/CSSFontFaceSource.cpp b/Source/core/css/CSSFontFaceSource.cpp
|
| index 911f28e83e4ff158c8c902b12a929d15bfa645bb..7fe19c9c8648c14f815e437f46c349d73d96cac5 100644
|
| --- a/Source/core/css/CSSFontFaceSource.cpp
|
| +++ b/Source/core/css/CSSFontFaceSource.cpp
|
| @@ -159,7 +159,7 @@ PassRefPtr<SimpleFontData> CSSFontFaceSource::getFontData(const FontDescription&
|
| if (!m_externalSVGFontElement) {
|
| String fragmentIdentifier;
|
| size_t start = m_string.find('#');
|
| - if (start != notFound)
|
| + if (start != kNotFound)
|
| fragmentIdentifier = m_string.string().substring(start + 1);
|
| m_externalSVGFontElement = m_font->getSVGFontById(fragmentIdentifier);
|
| }
|
|
|