| Index: Source/core/css/CSSValue.h
|
| diff --git a/Source/core/css/CSSValue.h b/Source/core/css/CSSValue.h
|
| index f0b89cecc81de12da4a43454a9eedc1970361439..797ad4f5b7ffa7fd91df9316c3b038477b0aad42 100644
|
| --- a/Source/core/css/CSSValue.h
|
| +++ b/Source/core/css/CSSValue.h
|
| @@ -42,7 +42,6 @@ enum CSSTextFormattingFlags { QuoteCSSStringIfNeeded, AlwaysQuoteCSSString };
|
|
|
| // Please don't expose more CSSValue types to the web.
|
| class CSSValue : public RefCountedWillBeRefCountedGarbageCollected<CSSValue> {
|
| - DECLARE_GC_INFO;
|
| public:
|
| enum Type {
|
| CSS_INHERIT = 0,
|
|
|