Chromium Code Reviews| Index: Source/core/html/canvas/WebGLLoseContext.idl |
| diff --git a/Source/core/html/canvas/WebGLLoseContext.idl b/Source/core/html/canvas/WebGLLoseContext.idl |
| index 9278c2dc65249b5f6c38bccf01fbacdef8d8eea1..c2355672c8c681371089064f715c97f177e973da 100644 |
| --- a/Source/core/html/canvas/WebGLLoseContext.idl |
| +++ b/Source/core/html/canvas/WebGLLoseContext.idl |
| @@ -26,6 +26,7 @@ |
| [ |
| NoInterfaceObject, |
| TypeChecking=Interface, |
| + WillBeGarbageCollected, |
| ] interface WebGLLoseContext { |
| void loseContext(); |
| void restoreContext(); |