Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / html / HTMLPictureElement.h
index 1d23251..d9490ee 100644 (file)
@@ -9,7 +9,7 @@
 
 namespace blink {
 
-class HTMLPictureElement FINAL : public HTMLElement {
+class HTMLPictureElement final : public HTMLElement {
     DEFINE_WRAPPERTYPEINFO();
 public:
     DECLARE_NODE_FACTORY(HTMLPictureElement);
@@ -20,7 +20,7 @@ protected:
     explicit HTMLPictureElement(Document&);
 
 private:
-    virtual InsertionNotificationRequest insertedInto(ContainerNode*) OVERRIDE;
+    virtual InsertionNotificationRequest insertedInto(ContainerNode*) override;
 };
 
 } // namespace blink