Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / modules / geolocation / Geoposition.h
index 147a962..90b599d 100644 (file)
@@ -33,7 +33,7 @@
 
 namespace blink {
 
-class Geoposition FINAL : public GarbageCollected<Geoposition>, public ScriptWrappable {
+class Geoposition final : public GarbageCollected<Geoposition>, public ScriptWrappable {
     DEFINE_WRAPPERTYPEINFO();
 public:
     static Geoposition* create(Coordinates* coordinates, DOMTimeStamp timestamp)