| Index: Source/web/WebFontImpl.h
|
| diff --git a/Source/web/WebFontImpl.h b/Source/web/WebFontImpl.h
|
| index 9142c2d15eae33dcba1c4bbfd9e46869d6fb451d..5250d68ee4892f33b5c3cf3620ae82df3aca1adf 100644
|
| --- a/Source/web/WebFontImpl.h
|
| +++ b/Source/web/WebFontImpl.h
|
| @@ -36,7 +36,7 @@
|
|
|
| namespace WebCore { class FontDescription; }
|
|
|
| -namespace WebKit {
|
| +namespace blink {
|
|
|
| class WebFontImpl : public WebFont {
|
| public:
|
| @@ -61,6 +61,6 @@ private:
|
| WebCore::Font m_font;
|
| };
|
|
|
| -} // namespace WebKit
|
| +} // namespace blink
|
|
|
| #endif
|
|
|