| Index: Source/modules/device_orientation/DeviceSensorEventController.h
|
| diff --git a/Source/modules/device_orientation/DeviceSensorEventController.h b/Source/modules/device_orientation/DeviceSensorEventController.h
|
| index 6129b4e0a3463f4e85bb638ebfd10479f23a8b70..c15e184ac4f8665eb94086a31cc5abbadf9ab9af 100644
|
| --- a/Source/modules/device_orientation/DeviceSensorEventController.h
|
| +++ b/Source/modules/device_orientation/DeviceSensorEventController.h
|
| @@ -56,7 +56,7 @@ protected:
|
|
|
| private:
|
| // Inherited from PageLifecycleObserver.
|
| - virtual void pageVisibilityChanged() OVERRIDE;
|
| + virtual void pageVisibilityChanged() OVERRIDE FINAL;
|
|
|
| void fireDeviceEvent(Timer<DeviceSensorEventController>*);
|
|
|
|
|