| Index: Source/bindings/core/v8/ScriptPromisePropertyBase.h
|
| diff --git a/Source/bindings/core/v8/ScriptPromisePropertyBase.h b/Source/bindings/core/v8/ScriptPromisePropertyBase.h
|
| index 378c4c4e1ea520dccec3fd022ebdbc4dec786dd2..8aef14a9f4c83c0353bdb9303c9ad3e0381b2c67 100644
|
| --- a/Source/bindings/core/v8/ScriptPromisePropertyBase.h
|
| +++ b/Source/bindings/core/v8/ScriptPromisePropertyBase.h
|
| @@ -40,7 +40,7 @@ public:
|
|
|
| ScriptPromise promise(DOMWrapperWorld&);
|
|
|
| - virtual void trace(Visitor*) override;
|
| + DECLARE_VIRTUAL_TRACE();
|
|
|
| protected:
|
| ScriptPromisePropertyBase(ExecutionContext*, Name);
|
|
|