| Index: Source/platform/mac/ColorMac.mm
|
| diff --git a/Source/platform/mac/ColorMac.mm b/Source/platform/mac/ColorMac.mm
|
| index a97d55513b59a500035577d65f9b5e34376c347d..7a1eef68aea068bd139a8abae3d940ec594a1142 100644
|
| --- a/Source/platform/mac/ColorMac.mm
|
| +++ b/Source/platform/mac/ColorMac.mm
|
| @@ -29,7 +29,7 @@
|
| #import <wtf/RetainPtr.h>
|
| #import <wtf/StdLibExtras.h>
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| // NSColor calls don't throw, so no need to block Cocoa exceptions in this file
|
|
|
| @@ -76,4 +76,4 @@ NSColor *nsColor(const Color& color)
|
| }
|
|
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|