Chromium Code Reviews| Index: svg/SVGFontFaceElement.cpp |
| =================================================================== |
| --- svg/SVGFontFaceElement.cpp (revision 52205) |
| +++ svg/SVGFontFaceElement.cpp (working copy) |
| @@ -282,7 +282,7 @@ |
| srcElement = static_cast<SVGFontFaceSrcElement*>(child); |
| } |
| - bool describesParentFont = parentNode()->hasTagName(fontTag); |
| + bool describesParentFont = parentNode()->hasTagName(SVGNames::fontTag); |
| RefPtr<CSSValueList> list; |
| if (describesParentFont) { |