| Index: Source/core/platform/graphics/SVGGlyph.cpp
|
| diff --git a/Source/core/platform/graphics/SVGGlyph.cpp b/Source/core/platform/graphics/SVGGlyph.cpp
|
| index 9956c21bfff08d9d4c7f088d0d6326e2732257e4..1acfbb1113a237d89a1575c3d4dec6b1987df05a 100644
|
| --- a/Source/core/platform/graphics/SVGGlyph.cpp
|
| +++ b/Source/core/platform/graphics/SVGGlyph.cpp
|
| @@ -163,7 +163,7 @@ bool isCompatibleGlyph(const SVGGlyph& identifier, bool isVerticalText, const St
|
| String languagePrefix;
|
|
|
| size_t subCodeSeparator = language.find('-');
|
| - if (subCodeSeparator != notFound)
|
| + if (subCodeSeparator != kNotFound)
|
| languagePrefix = language.left(subCodeSeparator);
|
|
|
| Vector<String>::const_iterator it = identifier.languages.begin();
|
|
|