X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2FWebKit%2FSource%2Fmodules%2Fdevice_orientation%2FDeviceOrientationEvent.h;h=c8bcce5d4be8b9e2d51bdafbb2a2f65f6498c600;hb=1afa4dd80ef85af7c90efaea6959db1d92330844;hp=e747f05d789cc67ff6ddd3b74daab77ad302c968;hpb=90762837333c13ccf56f2ad88e4481fc71e8d281;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/WebKit/Source/modules/device_orientation/DeviceOrientationEvent.h b/src/third_party/WebKit/Source/modules/device_orientation/DeviceOrientationEvent.h index e747f05..c8bcce5 100644 --- a/src/third_party/WebKit/Source/modules/device_orientation/DeviceOrientationEvent.h +++ b/src/third_party/WebKit/Source/modules/device_orientation/DeviceOrientationEvent.h @@ -33,7 +33,7 @@ namespace blink { class DeviceOrientationData; -class DeviceOrientationEvent FINAL : public Event { +class DeviceOrientationEvent final : public Event { DEFINE_WRAPPERTYPEINFO(); public: virtual ~DeviceOrientationEvent(); @@ -55,9 +55,9 @@ public: double gamma(bool& isNull) const; bool absolute(bool& isNull) const; - virtual const AtomicString& interfaceName() const OVERRIDE; + virtual const AtomicString& interfaceName() const override; - virtual void trace(Visitor*) OVERRIDE; + virtual void trace(Visitor*) override; private: DeviceOrientationEvent();