| Index: Source/core/xml/XSLImportRule.h | 
| diff --git a/Source/core/xml/XSLImportRule.h b/Source/core/xml/XSLImportRule.h | 
| index be110cfd4478747a6621fef4a59dea81803608a1..d8ba525acee3ff634f85896d09a08696bd10bf1f 100644 | 
| --- a/Source/core/xml/XSLImportRule.h | 
| +++ b/Source/core/xml/XSLImportRule.h | 
| @@ -40,7 +40,7 @@ public: | 
| } | 
|  | 
| virtual ~XSLImportRule(); | 
| -    virtual void trace(Visitor*); | 
| +    DECLARE_VIRTUAL_TRACE(); | 
|  | 
| const String& href() const { return m_strHref; } | 
| XSLStyleSheet* styleSheet() const { return m_styleSheet.get(); } | 
|  |