| Index: Source/web/FrameLoaderClientImpl.h
|
| diff --git a/Source/web/FrameLoaderClientImpl.h b/Source/web/FrameLoaderClientImpl.h
|
| index eface3852a35103bcb7b847659fcd37d932d83be..16ae0f48bf360c87f09f238b6232f76e3dd76bf8 100644
|
| --- a/Source/web/FrameLoaderClientImpl.h
|
| +++ b/Source/web/FrameLoaderClientImpl.h
|
| @@ -174,7 +174,7 @@ public:
|
|
|
| virtual unsigned backForwardLength() override;
|
|
|
| - virtual void suddenTerminationDisablerChanged(int variation, SuddenTerminationDisablerType) override;
|
| + virtual void suddenTerminationDisablerChanged(bool present, SuddenTerminationDisablerType) override;
|
| private:
|
| virtual bool isFrameLoaderClientImpl() const override { return true; }
|
|
|
|
|