| Index: Source/core/css/DOMWindowCSS.h
|
| diff --git a/Source/core/css/DOMWindowCSS.h b/Source/core/css/DOMWindowCSS.h
|
| index b6ce85005c6ecdaae5a9987a7d30b9d6bcb9b536..b36ed5243de5e53e2be8aeb3ca697fb8fb71c254 100644
|
| --- a/Source/core/css/DOMWindowCSS.h
|
| +++ b/Source/core/css/DOMWindowCSS.h
|
| @@ -46,7 +46,7 @@ public:
|
| bool supports(const String& property, const String& value) const;
|
| bool supports(const String& conditionText) const;
|
|
|
| - void trace(Visitor*) { }
|
| + DEFINE_INLINE_TRACE() { }
|
|
|
| private:
|
| DOMWindowCSS() { }
|
|
|