Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / modules / device_orientation / DeviceAcceleration.h
index eec41af..a940313 100644 (file)
@@ -32,7 +32,7 @@
 
 namespace blink {
 
-class DeviceAcceleration FINAL : public GarbageCollected<DeviceAcceleration>, public ScriptWrappable {
+class DeviceAcceleration final : public GarbageCollected<DeviceAcceleration>, public ScriptWrappable {
     DEFINE_WRAPPERTYPEINFO();
 public:
     static DeviceAcceleration* create(DeviceMotionData::Acceleration* acceleration)