| Index: Source/core/html/canvas/WebGLActiveInfo.h
|
| diff --git a/Source/core/html/canvas/WebGLActiveInfo.h b/Source/core/html/canvas/WebGLActiveInfo.h
|
| index b04116b52ad8ce5a5f105458429f89372c52e540..47114dbd472165ca06db7e669a3a62e2b6bcea16 100644
|
| --- a/Source/core/html/canvas/WebGLActiveInfo.h
|
| +++ b/Source/core/html/canvas/WebGLActiveInfo.h
|
| @@ -34,7 +34,7 @@
|
|
|
| namespace blink {
|
|
|
| -class WebGLActiveInfo FINAL : public RefCountedWillBeGarbageCollectedFinalized<WebGLActiveInfo>, public ScriptWrappable {
|
| +class WebGLActiveInfo final : public RefCountedWillBeGarbageCollectedFinalized<WebGLActiveInfo>, public ScriptWrappable {
|
| DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| static PassRefPtrWillBeRawPtr<WebGLActiveInfo> create(const String& name, GLenum type, GLint size)
|
|
|