| Index: Source/platform/fonts/win/FontFallbackWin.h
|
| diff --git a/Source/platform/fonts/win/FontFallbackWin.h b/Source/platform/fonts/win/FontFallbackWin.h
|
| index 75e62187858ad1309fc5b495550788102e1ae260..b7ec607eaa0c4d0e6e4590a328a308d50833b56e 100644
|
| --- a/Source/platform/fonts/win/FontFallbackWin.h
|
| +++ b/Source/platform/fonts/win/FontFallbackWin.h
|
| @@ -40,7 +40,7 @@
|
|
|
| class SkFontMgr;
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| // Return a font family that can render |character| based on what script
|
| // that characters belong to.
|
| @@ -51,6 +51,6 @@ PLATFORM_EXPORT const UChar* getFallbackFamily(UChar32 character,
|
| UScriptCode* scriptChecked,
|
| SkFontMgr* fontManager);
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // FontFallbackWin_h
|
|
|