Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / html / canvas / OESElementIndexUint.h
index 1ae3c9b..dfb9b47 100644 (file)
@@ -32,7 +32,7 @@
 
 namespace blink {
 
-class OESElementIndexUint FINAL : public WebGLExtension, public ScriptWrappable {
+class OESElementIndexUint final : public WebGLExtension, public ScriptWrappable {
     DEFINE_WRAPPERTYPEINFO();
 public:
     static PassRefPtrWillBeRawPtr<OESElementIndexUint> create(WebGLRenderingContextBase*);
@@ -40,7 +40,7 @@ public:
     static const char* extensionName();
 
     virtual ~OESElementIndexUint();
-    virtual WebGLExtensionName name() const OVERRIDE;
+    virtual WebGLExtensionName name() const override;
 
 private:
     explicit OESElementIndexUint(WebGLRenderingContextBase*);