Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / platform / LengthBox.cpp
index 6874abd..5afe9d2 100644 (file)
@@ -31,7 +31,7 @@
 #include "config.h"
 #include "platform/LengthBox.h"
 
-namespace WebCore {
+namespace blink {
 
 const Length& LengthBox::logicalLeft(WritingMode writingMode) const
 {
@@ -89,4 +89,4 @@ const Length& LengthBox::end(WritingMode writingMode, TextDirection direction) c
     return isLeftToRightDirection(direction) ? m_bottom : m_top;
 }
 
-} // namespace WebCore
+} // namespace blink