Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / rendering / line / WordMeasurement.h
index 46803dd..a83bd21 100644 (file)
@@ -27,7 +27,7 @@
 #include "platform/fonts/SimpleFontData.h"
 #include "wtf/HashSet.h"
 
-namespace WebCore {
+namespace blink {
 
 class RenderText;
 
@@ -48,6 +48,6 @@ public:
     HashSet<const SimpleFontData*> fallbackFonts;
 };
 
-} // namespace WebCore
+} // namespace blink
 
 #endif // WordMeasurement_h