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