| Index: Source/platform/fonts/SVGGlyph.h
|
| diff --git a/Source/platform/fonts/SVGGlyph.h b/Source/platform/fonts/SVGGlyph.h
|
| index 5031ef6e7f2d84dd31ce66479ece0f04ab28a3d7..5cfc636ff90c9f5c98193fbe86f96638433ce74b 100644
|
| --- a/Source/platform/fonts/SVGGlyph.h
|
| +++ b/Source/platform/fonts/SVGGlyph.h
|
| @@ -32,7 +32,7 @@
|
| #include "wtf/text/WTFString.h"
|
| #include "wtf/Vector.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| // Describe a glyph from a SVG Font.
|
| struct SVGGlyph {
|
| @@ -108,7 +108,7 @@ struct SVGGlyph {
|
| Vector<SVGGlyph::ArabicForm> PLATFORM_EXPORT charactersWithArabicForm(const String& input, bool rtl);
|
| bool PLATFORM_EXPORT isCompatibleGlyph(const SVGGlyph&, bool isVerticalText, const String& language, const Vector<SVGGlyph::ArabicForm>&, unsigned startPosition, unsigned endPosition);
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // ENABLE(SVG_FONTS)
|
| #endif
|
|
|