| Index: third_party/WebKit/Source/core/timing/PerformanceNavigation.h
 | 
| diff --git a/third_party/WebKit/Source/core/timing/PerformanceNavigation.h b/third_party/WebKit/Source/core/timing/PerformanceNavigation.h
 | 
| index 2acc0eaf5119f52b94422b5c47fc21f03777cbb2..2a72f1a22d0b0a50f0a92c8dae810ebd7bf636e0 100644
 | 
| --- a/third_party/WebKit/Source/core/timing/PerformanceNavigation.h
 | 
| +++ b/third_party/WebKit/Source/core/timing/PerformanceNavigation.h
 | 
| @@ -42,7 +42,7 @@ class LocalFrame;
 | 
|  
 | 
|  class CORE_EXPORT PerformanceNavigation final : public GarbageCollectedFinalized<PerformanceNavigation>, public ScriptWrappable, public DOMWindowProperty {
 | 
|      DEFINE_WRAPPERTYPEINFO();
 | 
| -    WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(PerformanceNavigation);
 | 
| +    USING_GARBAGE_COLLECTED_MIXIN(PerformanceNavigation);
 | 
|  public:
 | 
|      static PerformanceNavigation* create(LocalFrame* frame)
 | 
|      {
 | 
| 
 |