| Index: Source/core/frame/PlatformEventController.h
|
| diff --git a/Source/core/frame/PlatformEventController.h b/Source/core/frame/PlatformEventController.h
|
| index c524029376b6290476ffd446854ef5e0503438b9..c55a544b58bb85c366590181912b0949997b4cf8 100644
|
| --- a/Source/core/frame/PlatformEventController.h
|
| +++ b/Source/core/frame/PlatformEventController.h
|
| @@ -38,7 +38,7 @@ protected:
|
|
|
| private:
|
| // Inherited from PageLifecycleObserver.
|
| - virtual void pageVisibilityChanged() override;
|
| + void pageVisibilityChanged() override;
|
|
|
| void oneShotCallback(Timer<PlatformEventController>*);
|
|
|
|
|