| Index: Source/core/html/canvas/WebGLLoseContext.idl
|
| diff --git a/Source/core/html/canvas/WebGLLoseContext.idl b/Source/core/html/canvas/WebGLLoseContext.idl
|
| index 1ac288f2489875e97e3a558486c8dd77ec836895..2b45e1ab55fb31d91ebf4d1d287c0e8ff0a63cbe 100644
|
| --- a/Source/core/html/canvas/WebGLLoseContext.idl
|
| +++ b/Source/core/html/canvas/WebGLLoseContext.idl
|
| @@ -24,8 +24,9 @@
|
| */
|
|
|
| [
|
| - NoInterfaceObject
|
| + NoInterfaceObject,
|
| + StrictTypeChecking,
|
| ] interface WebGLLoseContext {
|
| - [StrictTypeChecking] void loseContext();
|
| - [StrictTypeChecking] void restoreContext();
|
| + void loseContext();
|
| + void restoreContext();
|
| };
|
|
|