| Index: Source/platform/LengthFunctions.cpp
|
| diff --git a/Source/platform/LengthFunctions.cpp b/Source/platform/LengthFunctions.cpp
|
| index 5c3eedb5cbbb414fbc72757e64c0c24ec066aac1..6482e43269a56378ac8e830717503c64996dc924 100644
|
| --- a/Source/platform/LengthFunctions.cpp
|
| +++ b/Source/platform/LengthFunctions.cpp
|
| @@ -27,7 +27,7 @@
|
| #include "platform/LayoutUnit.h"
|
| #include "platform/LengthSize.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| int intValueForLength(const Length& length, LayoutUnit maximumValue)
|
| {
|
| @@ -129,4 +129,4 @@ FloatSize floatSizeForLengthSize(const LengthSize& lengthSize, const FloatSize&
|
| return FloatSize(floatValueForLength(lengthSize.width(), boxSize.width()), floatValueForLength(lengthSize.height(), boxSize.height()));
|
| }
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|