| Index: Source/platform/LengthBox.h
|
| diff --git a/Source/platform/LengthBox.h b/Source/platform/LengthBox.h
|
| index d1e405b85d87f51186a34114b4f701d1b51536f7..777f6cd4d936a6803bfe34c74bdec2369936859a 100644
|
| --- a/Source/platform/LengthBox.h
|
| +++ b/Source/platform/LengthBox.h
|
| @@ -27,7 +27,7 @@
|
| #include "platform/text/TextDirection.h"
|
| #include "platform/text/WritingMode.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| class RenderStyle;
|
|
|
| @@ -104,6 +104,6 @@ public:
|
| Length m_bottom;
|
| };
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // LengthBox_h
|
|
|