| Index: Source/core/html/canvas/OESElementIndexUint.h
|
| diff --git a/Source/core/html/canvas/OESElementIndexUint.h b/Source/core/html/canvas/OESElementIndexUint.h
|
| index 0116c1ddcf1331f4daef2b3734a9541e0b79c25d..cd050a4b7e985394e2585d37ad957d8e914ddd71 100644
|
| --- a/Source/core/html/canvas/OESElementIndexUint.h
|
| +++ b/Source/core/html/canvas/OESElementIndexUint.h
|
| @@ -32,14 +32,14 @@
|
|
|
| namespace WebCore {
|
|
|
| -class OESElementIndexUint : public WebGLExtension, public ScriptWrappable {
|
| +class OESElementIndexUint FINAL : public WebGLExtension, public ScriptWrappable {
|
| public:
|
| static PassRefPtr<OESElementIndexUint> create(WebGLRenderingContext*);
|
| static bool supported(WebGLRenderingContext*);
|
| static const char* extensionName();
|
|
|
| virtual ~OESElementIndexUint();
|
| - virtual ExtensionName name() const;
|
| + virtual ExtensionName name() const OVERRIDE;
|
|
|
| private:
|
| OESElementIndexUint(WebGLRenderingContext*);
|
|
|