| Index: Source/core/css/StyleRuleImport.h
|
| diff --git a/Source/core/css/StyleRuleImport.h b/Source/core/css/StyleRuleImport.h
|
| index 5a82d9490524f6b860bec1bc9139fa28839b5945..1a30fb6f48ecf505ffdb8739592ff10d8e3ee300 100644
|
| --- a/Source/core/css/StyleRuleImport.h
|
| +++ b/Source/core/css/StyleRuleImport.h
|
| @@ -52,7 +52,7 @@ public:
|
|
|
| void requestStyleSheet();
|
|
|
| - void traceAfterDispatch(Visitor*);
|
| + DECLARE_TRACE_AFTER_DISPATCH();
|
|
|
| private:
|
| // FIXME: inherit from StyleSheetResourceClient directly to eliminate raw back pointer, as there are no space savings in this.
|
|
|