| Index: Source/web/WebRemoteFrameImpl.h
|
| diff --git a/Source/web/WebRemoteFrameImpl.h b/Source/web/WebRemoteFrameImpl.h
|
| index 34f8afa6ede184643bea5d4e278913dfb268a7c8..1c963d0882466fb3ced37a0412daf8bc454d981a 100644
|
| --- a/Source/web/WebRemoteFrameImpl.h
|
| +++ b/Source/web/WebRemoteFrameImpl.h
|
| @@ -33,6 +33,8 @@ public:
|
| virtual bool isLocal() const override;
|
| virtual SandboxFlags sandboxFlags() const override;
|
| virtual void dispatchLoad() override;
|
| +
|
| + virtual void trace(Visitor*) override;
|
| };
|
|
|
| class WebRemoteFrameImpl final : public RefCountedWillBeGarbageCollectedFinalized<WebRemoteFrameImpl>, public WebRemoteFrame {
|
|
|