| Index: Source/core/html/imports/HTMLImport.h
|
| diff --git a/Source/core/html/imports/HTMLImport.h b/Source/core/html/imports/HTMLImport.h
|
| index 58997663def6fea6cfef1a4953563d10ed61c974..1814324bee3db808b4fecb43f981aae557e03609 100644
|
| --- a/Source/core/html/imports/HTMLImport.h
|
| +++ b/Source/core/html/imports/HTMLImport.h
|
| @@ -115,7 +115,7 @@ public:
|
| virtual void stateWillChange() { }
|
| virtual void stateDidChange();
|
|
|
| - virtual void trace(Visitor*) { }
|
| + DEFINE_INLINE_VIRTUAL_TRACE() { }
|
|
|
| protected:
|
| // Stating from most conservative state.
|
|
|