| Index: Source/core/html/canvas/WebGLRenderingContext.idl
|
| diff --git a/Source/core/html/canvas/WebGLRenderingContext.idl b/Source/core/html/canvas/WebGLRenderingContext.idl
|
| index ce2d4837ff3025ae385faa9c3b69ac613a42abbd..6c12783be0cf59d3ed92b8d4c994124b18939de4 100644
|
| --- a/Source/core/html/canvas/WebGLRenderingContext.idl
|
| +++ b/Source/core/html/canvas/WebGLRenderingContext.idl
|
| @@ -27,7 +27,7 @@
|
|
|
| [
|
| DoNotCheckConstants,
|
| - TypeChecking=Interface|Nullable,
|
| + TypeChecking=Interface,
|
| WillBeGarbageCollected,
|
| ] interface WebGLRenderingContext { };
|
| WebGLRenderingContext implements WebGLRenderingContextBase;
|
|
|