| Index: Source/web/WebFontImpl.cpp
|
| diff --git a/Source/web/WebFontImpl.cpp b/Source/web/WebFontImpl.cpp
|
| index a0fd2c8c2981d57d06c89f0affb50c4528457193..5e1397ecaa1525969bb0dff42cbeed2a78164321 100644
|
| --- a/Source/web/WebFontImpl.cpp
|
| +++ b/Source/web/WebFontImpl.cpp
|
| @@ -45,7 +45,7 @@
|
|
|
| using namespace WebCore;
|
|
|
| -namespace WebKit {
|
| +namespace blink {
|
|
|
| WebFont* WebFont::create(const WebFontDescription& desc)
|
| {
|
| @@ -127,4 +127,4 @@ WebFloatRect WebFontImpl::selectionRectForText(const WebTextRun& run, const WebF
|
| return m_font.selectionRectForText(run, leftBaseline, height, from, to);
|
| }
|
|
|
| -} // namespace WebKit
|
| +} // namespace blink
|
|
|