| Index: Source/core/dom/TextLinkColors.h
|
| diff --git a/Source/core/dom/TextLinkColors.h b/Source/core/dom/TextLinkColors.h
|
| index cbb3842dfa01f8a084c3b59b07fe9a09b9ed0939..ab403d8e4973cd1ac98e5bee36fc8762a88630b3 100644
|
| --- a/Source/core/dom/TextLinkColors.h
|
| +++ b/Source/core/dom/TextLinkColors.h
|
| @@ -29,6 +29,7 @@
|
| #define TextLinkColors_h
|
|
|
| #include "platform/graphics/Color.h"
|
| +#include "wtf/Allocator.h"
|
| #include "wtf/Noncopyable.h"
|
|
|
| namespace blink {
|
| @@ -36,7 +37,8 @@ namespace blink {
|
| class CSSPrimitiveValue;
|
|
|
| class TextLinkColors {
|
| -WTF_MAKE_NONCOPYABLE(TextLinkColors);
|
| + DISALLOW_ALLOCATION();
|
| + WTF_MAKE_NONCOPYABLE(TextLinkColors);
|
| public:
|
| TextLinkColors();
|
|
|
|
|