X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2FWebKit%2FSource%2Fmodules%2Fdevice_orientation%2FDeviceOrientationData.h;h=ef59d9098f90b76bceda6eb21d4a67f349eb8051;hb=1afa4dd80ef85af7c90efaea6959db1d92330844;hp=690943f4ca7cf9a82c765958bae2131be13fde21;hpb=90762837333c13ccf56f2ad88e4481fc71e8d281;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/WebKit/Source/modules/device_orientation/DeviceOrientationData.h b/src/third_party/WebKit/Source/modules/device_orientation/DeviceOrientationData.h index 690943f..ef59d90 100644 --- a/src/third_party/WebKit/Source/modules/device_orientation/DeviceOrientationData.h +++ b/src/third_party/WebKit/Source/modules/device_orientation/DeviceOrientationData.h @@ -32,7 +32,7 @@ namespace blink { class WebDeviceOrientationData; -class DeviceOrientationData FINAL : public GarbageCollected { +class DeviceOrientationData final : public GarbageCollected { 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);