| Index: Source/web/linux/WebFontRenderStyle.cpp
|
| diff --git a/Source/web/linux/WebFontRenderStyle.cpp b/Source/web/linux/WebFontRenderStyle.cpp
|
| index edcbe9aeff7c097a7a8e607e6edd93787404489b..6f6c4ccd165b8d6daf0ea534063ad6e280f1530d 100644
|
| --- a/Source/web/linux/WebFontRenderStyle.cpp
|
| +++ b/Source/web/linux/WebFontRenderStyle.cpp
|
| @@ -35,7 +35,7 @@
|
|
|
| using WebCore::FontRenderStyle;
|
|
|
| -namespace WebKit {
|
| +namespace blink {
|
|
|
| void WebFontRenderStyle::toFontRenderStyle(FontRenderStyle* out)
|
| {
|
| @@ -59,4 +59,4 @@ void WebFontRenderStyle::setDefaults()
|
| useSubpixelPositioning = 2;
|
| }
|
|
|
| -} // namespace WebKit
|
| +} // namespace blink
|
|
|