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