| Index: Source/modules/device_orientation/DeviceOrientationData.h
|
| diff --git a/Source/modules/device_orientation/DeviceOrientationData.h b/Source/modules/device_orientation/DeviceOrientationData.h
|
| index 690943f4ca7cf9a82c765958bae2131be13fde21..ef59d9098f90b76bceda6eb21d4a67f349eb8051 100644
|
| --- a/Source/modules/device_orientation/DeviceOrientationData.h
|
| +++ b/Source/modules/device_orientation/DeviceOrientationData.h
|
| @@ -32,7 +32,7 @@ namespace blink {
|
|
|
| class WebDeviceOrientationData;
|
|
|
| -class DeviceOrientationData FINAL : public GarbageCollected<DeviceOrientationData> {
|
| +class DeviceOrientationData final : public GarbageCollected<DeviceOrientationData> {
|
| public:
|
| static DeviceOrientationData* create();
|
| static DeviceOrientationData* create(bool canProvideAlpha, double alpha, bool canProvideBeta, double beta, bool canProvideGamma, double gamma, bool canProvideAbsolute = false, bool absolute = false);
|
|
|