| Index: Source/platform/geometry/LayoutRect.cpp
|
| diff --git a/Source/platform/geometry/LayoutRect.cpp b/Source/platform/geometry/LayoutRect.cpp
|
| index e6f25d0758778dda1d1a609a8bbc47e8c1e9c3eb..f72a5ab2da3d34bb3e8320362ebf099d3426071e 100644
|
| --- a/Source/platform/geometry/LayoutRect.cpp
|
| +++ b/Source/platform/geometry/LayoutRect.cpp
|
| @@ -36,7 +36,7 @@
|
| #include <algorithm>
|
| #include <stdio.h>
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| LayoutRect::LayoutRect(const FloatRect& r)
|
| : m_location(LayoutPoint(r.location()))
|
| @@ -155,4 +155,4 @@ LayoutRect enclosingLayoutRect(const FloatRect& rect)
|
| return LayoutRect(location, maxPoint - location);
|
| }
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|