| Index: Source/platform/graphics/Pattern.cpp
|
| diff --git a/Source/platform/graphics/Pattern.cpp b/Source/platform/graphics/Pattern.cpp
|
| index 3d7c0acf95791118ba0c3523330de2f3db0fa311..2c889683b038ce3e5e2d9ac6f21ea33ded08d250 100644
|
| --- a/Source/platform/graphics/Pattern.cpp
|
| +++ b/Source/platform/graphics/Pattern.cpp
|
| @@ -34,7 +34,7 @@
|
| #include "platform/graphics/skia/SkiaUtils.h"
|
|
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| Pattern::Pattern(PassRefPtr<Image> image, bool repeatX, bool repeatY)
|
| : m_repeatX(repeatX)
|
|
|