Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / platform / fonts / FontFamily.cpp
index 3ba46f0..2955982 100644 (file)
@@ -26,7 +26,7 @@
 #include "config.h"
 #include "platform/fonts/FontFamily.h"
 
-namespace WebCore {
+namespace blink {
 
 bool operator==(const FontFamily& a, const FontFamily& b)
 {
@@ -43,4 +43,4 @@ bool operator==(const FontFamily& a, const FontFamily& b)
     return true;
 }
 
-}
+} // namespace blink