| Index: Source/platform/geometry/Region.cpp
|
| diff --git a/Source/platform/geometry/Region.cpp b/Source/platform/geometry/Region.cpp
|
| index ff86e137a5118b5573612efdb1627657f449d2fb..87ccee073f1081c263b544ec4ffbb464791aaa36 100644
|
| --- a/Source/platform/geometry/Region.cpp
|
| +++ b/Source/platform/geometry/Region.cpp
|
| @@ -34,7 +34,7 @@
|
| // This implementation uses two vectors instead of linked list, and
|
| // also compresses regions when possible.
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| Region::Region()
|
| {
|
| @@ -628,4 +628,4 @@ void Region::translate(const IntSize& offset)
|
| m_shape.translate(offset);
|
| }
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|