| Index: Source/platform/geometry/LayoutBoxExtent.cpp
|
| diff --git a/Source/platform/geometry/LayoutBoxExtent.cpp b/Source/platform/geometry/LayoutBoxExtent.cpp
|
| index 10ac4a4fa70e1f1ed44fc29f02081511943c63df..3348f90f6688a10c8ad90a001a7ce9004dc682a1 100644
|
| --- a/Source/platform/geometry/LayoutBoxExtent.cpp
|
| +++ b/Source/platform/geometry/LayoutBoxExtent.cpp
|
| @@ -33,7 +33,7 @@
|
|
|
| #include "wtf/Assertions.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| LayoutUnit LayoutBoxExtent::logicalTop(WritingMode writingMode) const
|
| {
|
| @@ -197,4 +197,4 @@ LayoutUnit& LayoutBoxExtent::mutableAfter(WritingMode writingMode)
|
| (isFlippedBlocksWritingMode(writingMode) ? m_left: m_right);
|
| }
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|