| Index: Source/web/WebFontDescription.cpp
|
| diff --git a/Source/web/WebFontDescription.cpp b/Source/web/WebFontDescription.cpp
|
| index 6f97589fd4a499b25f1999e1fd4da8b943300e61..162a93e87b613579466d0bc286db2cbaffc80c29 100644
|
| --- a/Source/web/WebFontDescription.cpp
|
| +++ b/Source/web/WebFontDescription.cpp
|
| @@ -33,7 +33,7 @@
|
|
|
| #include "platform/fonts/FontDescription.h"
|
|
|
| -using namespace WebCore;
|
| +using namespace blink;
|
|
|
| namespace blink {
|
|
|
| @@ -50,7 +50,7 @@ WebFontDescription::WebFontDescription(const FontDescription& desc)
|
| wordSpacing = desc.wordSpacing();
|
| }
|
|
|
| -WebFontDescription::operator WebCore::FontDescription() const
|
| +WebFontDescription::operator blink::FontDescription() const
|
| {
|
| FontFamily fontFamily;
|
| fontFamily.setFamily(family);
|
|
|