| Index: Source/core/html/imports/HTMLImportChildClient.h
|
| diff --git a/Source/core/html/imports/HTMLImportChildClient.h b/Source/core/html/imports/HTMLImportChildClient.h
|
| index e37369ff6c4753565eea4195e8ee0e39a1df5d3c..b363159cc77259901c6abee842c2e1461028dff9 100644
|
| --- a/Source/core/html/imports/HTMLImportChildClient.h
|
| +++ b/Source/core/html/imports/HTMLImportChildClient.h
|
| @@ -45,7 +45,7 @@ public:
|
| #endif
|
| virtual bool isSync() const = 0;
|
| virtual HTMLLinkElement* link() = 0;
|
| - virtual void trace(Visitor*) { }
|
| + DEFINE_INLINE_VIRTUAL_TRACE() { }
|
| };
|
|
|
| } // namespace blink
|
|
|