| Index: third_party/WebKit/Source/core/timing/Performance.h
|
| diff --git a/third_party/WebKit/Source/core/timing/Performance.h b/third_party/WebKit/Source/core/timing/Performance.h
|
| index 92c9ca177416a8cdcd2dd5a7b6bb4a18bc2bb9eb..2406f3cad0ee70f577522b5f21c5152aad5772f3 100644
|
| --- a/third_party/WebKit/Source/core/timing/Performance.h
|
| +++ b/third_party/WebKit/Source/core/timing/Performance.h
|
| @@ -43,7 +43,7 @@ namespace blink {
|
|
|
| class CORE_EXPORT Performance final : public PerformanceBase, public DOMWindowProperty {
|
| DEFINE_WRAPPERTYPEINFO();
|
| - WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(Performance);
|
| + USING_GARBAGE_COLLECTED_MIXIN(Performance);
|
| public:
|
| static Performance* create(LocalFrame* frame)
|
| {
|
|
|