Index: Source/platform/LengthBox.cpp |
diff --git a/Source/platform/LengthBox.cpp b/Source/platform/LengthBox.cpp |
index 6874abd7b0bedc5abecfa16ebfc9ae97cfe87147..5afe9d2a0bced38f3d15d19de31b81009b38ba04 100644 |
--- a/Source/platform/LengthBox.cpp |
+++ b/Source/platform/LengthBox.cpp |
@@ -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 |