Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / dom / custom / CustomElementRegistry.cpp
index a3b9775..985566f 100644 (file)
@@ -53,9 +53,9 @@ public:
 private:
 #if ENABLE(OILPAN)
     // In oilpan we don't have the disposed phase for context lifecycle observer.
-    virtual void documentWasDetached() OVERRIDE { m_wentAway = true; }
+    virtual void documentWasDetached() override { m_wentAway = true; }
 #else
-    virtual void documentWasDisposed() OVERRIDE { m_wentAway = true; }
+    virtual void documentWasDisposed() override { m_wentAway = true; }
 #endif
 
     bool m_wentAway;