| Index: Source/web/linux/WebFontInfo.cpp
|
| diff --git a/Source/web/linux/WebFontInfo.cpp b/Source/web/linux/WebFontInfo.cpp
|
| index 715aa04de6cace0e3ce9c9ccfde181aeb642c3b0..55389075f932832d8b4138c1ea08f03bb1fac180 100644
|
| --- a/Source/web/linux/WebFontInfo.cpp
|
| +++ b/Source/web/linux/WebFontInfo.cpp
|
| @@ -37,7 +37,7 @@
|
| #include <string.h>
|
| #include <unicode/utf16.h>
|
|
|
| -namespace WebKit {
|
| +namespace blink {
|
|
|
| static bool useSubpixelPositioning = false;
|
|
|
| @@ -205,4 +205,4 @@ void WebFontInfo::renderStyleForStrike(const char* family, int sizeAndStyle, Web
|
| FcPatternDestroy(match);
|
| }
|
|
|
| -} // namespace WebKit
|
| +} // namespace blink
|
|
|