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 16009392d282124c94a4dfb70d2cc9172ee21c7b..705877b4397da0363edc169629475386e6b7887a 100644 |
| --- a/Source/core/html/canvas/WebGLRenderingContext.idl |
| +++ b/Source/core/html/canvas/WebGLRenderingContext.idl |
| @@ -26,5 +26,6 @@ |
| [ |
| DoNotCheckConstants, |
| StrictTypeChecking, |
| + WillBeGarbageCollected |
| ] interface WebGLRenderingContext { }; |
| WebGLRenderingContext implements WebGLRenderingContextBase; |