| Index: Source/platform/fonts/AlternateFontFamily.h
|
| diff --git a/Source/platform/fonts/AlternateFontFamily.h b/Source/platform/fonts/AlternateFontFamily.h
|
| index 2ff2121c02d0e425716b1367e05cda192d823ad2..6a1eb991e0b77ba7b2f44a7713535b4afad08556 100644
|
| --- a/Source/platform/fonts/AlternateFontFamily.h
|
| +++ b/Source/platform/fonts/AlternateFontFamily.h
|
| @@ -34,7 +34,7 @@
|
| #include "platform/fonts/FontDescription.h"
|
| #include "wtf/text/AtomicString.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| // We currently do not support bitmap fonts on windows.
|
| // Instead of trying to construct a bitmap font and then going down the fallback path map
|
| @@ -131,6 +131,6 @@ inline const AtomicString getFallbackFontFamily(const FontDescription& descripti
|
| }
|
| }
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // AlternateFontFamily_h
|
|
|