Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / platform / geometry / LayoutRect.cpp
index e6f25d0..f72a5ab 100644 (file)
@@ -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