| 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 4a6ec8beeb2538b702391b49d8e5d5cb7fd5ca87..7d3a2ad92c1f3d665c81c568e403b5fbfe5bed0b 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();
|
|
|
|
|