| Index: third_party/WebKit/Source/bindings/core/v8/ScriptPromisePropertyBase.h
 | 
| diff --git a/third_party/WebKit/Source/bindings/core/v8/ScriptPromisePropertyBase.h b/third_party/WebKit/Source/bindings/core/v8/ScriptPromisePropertyBase.h
 | 
| index 77bebd3ad1e9633970374a97f11691fdfc9efe2c..2aa2cdc3f5b2fa2f2c1a9909b9efde5e442f842b 100644
 | 
| --- a/third_party/WebKit/Source/bindings/core/v8/ScriptPromisePropertyBase.h
 | 
| +++ b/third_party/WebKit/Source/bindings/core/v8/ScriptPromisePropertyBase.h
 | 
| @@ -24,7 +24,7 @@ class ScriptState;
 | 
|  
 | 
|  // TODO(yhirano): Remove NEVER_INLINE once we find the cause of crashes.
 | 
|  class CORE_EXPORT ScriptPromisePropertyBase : public GarbageCollectedFinalized<ScriptPromisePropertyBase>, public ContextLifecycleObserver {
 | 
| -    WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(ScriptPromisePropertyBase);
 | 
| +    USING_GARBAGE_COLLECTED_MIXIN(ScriptPromisePropertyBase);
 | 
|  public:
 | 
|      virtual ~ScriptPromisePropertyBase();
 | 
|  
 | 
| 
 |