| Index: Source/platform/ColorData.gperf
|
| diff --git a/Source/platform/ColorData.gperf b/Source/platform/ColorData.gperf
|
| index ea5950215aeeb3a45c0483e62bfdc9f97b086720..1a93c159615461ba925741d587f5266a33cf6e0c 100644
|
| --- a/Source/platform/ColorData.gperf
|
| +++ b/Source/platform/ColorData.gperf
|
| @@ -3,7 +3,7 @@
|
| #include "platform/graphics/Color.h"
|
| #include <string.h>
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
| %}
|
| %struct-type
|
| struct NamedColor;
|
| @@ -173,4 +173,4 @@ const struct NamedColor* findColor(register const char* str, register unsigned l
|
| return ColorDataHash::findColorImpl(str, len);
|
| }
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|