| Index: third_party/WebKit/Source/platform/Supplementable.h
|
| diff --git a/third_party/WebKit/Source/platform/Supplementable.h b/third_party/WebKit/Source/platform/Supplementable.h
|
| index f60bc753d2baaed75356aff073a8d0d3096d37c3..487873705cf0e96439468a31084aa8268612a03a 100644
|
| --- a/third_party/WebKit/Source/platform/Supplementable.h
|
| +++ b/third_party/WebKit/Source/platform/Supplementable.h
|
| @@ -107,6 +107,8 @@ public:
|
| {
|
| return host ? host->requireSupplement(key) : 0;
|
| }
|
| +
|
| + DEFINE_INLINE_VIRTUAL_TRACE() { }
|
| };
|
|
|
| // Supplementable<T> inherits from GarbageCollectedMixin virtually
|
|
|