| Index: Source/core/timing/Performance.h
|
| diff --git a/Source/core/timing/Performance.h b/Source/core/timing/Performance.h
|
| index 928c0bbb5d12c40fa2991f0bb882890222ff123c..c0af6a1773e9beb233b60db5b69410d119791469 100644
|
| --- a/Source/core/timing/Performance.h
|
| +++ b/Source/core/timing/Performance.h
|
| @@ -43,6 +43,7 @@ namespace blink {
|
|
|
| class CORE_EXPORT Performance final : public PerformanceBase, public DOMWindowProperty {
|
| DEFINE_WRAPPERTYPEINFO();
|
| + WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(Performance);
|
| public:
|
| static Performance* create(LocalFrame* frame)
|
| {
|
|
|