| Index: core/html/canvas/WebGLLoseContext.idl
|
| diff --git a/core/html/canvas/WebGLLoseContext.idl b/core/html/canvas/WebGLLoseContext.idl
|
| index 117fcf221ecf38379eef60ae32df75541166119e..c2355672c8c681371089064f715c97f177e973da 100644
|
| --- a/core/html/canvas/WebGLLoseContext.idl
|
| +++ b/core/html/canvas/WebGLLoseContext.idl
|
| @@ -25,7 +25,8 @@
|
|
|
| [
|
| NoInterfaceObject,
|
| - TypeChecking=Interface|Nullable,
|
| + TypeChecking=Interface,
|
| + WillBeGarbageCollected,
|
| ] interface WebGLLoseContext {
|
| void loseContext();
|
| void restoreContext();
|
|
|