| 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 ef03a45b31bb914664a089bd21855a80f46bbf62..8c359827242e034dc521c3e3d3009d19ff8ebe13 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/ScriptPromisePropertyBase.h
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/ScriptPromisePropertyBase.h
|
| @@ -25,7 +25,7 @@ class ScriptState;
|
| // TODO(yhirano): Remove NEVER_INLINE once we find the cause of crashes.
|
| class CORE_EXPORT ScriptPromisePropertyBase
|
| : public GarbageCollectedFinalized<ScriptPromisePropertyBase>,
|
| - public ContextLifecycleObserver {
|
| + public ContextClient {
|
| USING_GARBAGE_COLLECTED_MIXIN(ScriptPromisePropertyBase);
|
|
|
| public:
|
|
|