Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / dom / DOMRect.h
index 1f99d46..fd68db9 100644 (file)
@@ -10,7 +10,7 @@
 
 namespace blink {
 
-class DOMRect FINAL : public DOMRectReadOnly {
+class DOMRect final : public DOMRectReadOnly {
 public:
     static DOMRect* create(double x = 0, double y = 0, double width = 0, double height = 0);