Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / dom / DOMPoint.h
index 2259e3f..5b8aebb 100644 (file)
@@ -11,7 +11,7 @@ namespace blink {
 
 class DOMPointInit;
 
-class DOMPoint FINAL : public DOMPointReadOnly {
+class DOMPoint final : public DOMPointReadOnly {
 public:
     static DOMPoint* create(const DOMPointInit&);
     static DOMPoint* create(double x, double y, double z = 0, double w = 1);