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..d77a80dd5c8137a598f8cc2b5e3ec7f4498f40d0 100644 |
| --- a/Source/core/html/canvas/WebGLRenderingContext.idl |
| +++ b/Source/core/html/canvas/WebGLRenderingContext.idl |
| @@ -25,6 +25,6 @@ |
| [ |
| DoNotCheckConstants, |
| - StrictTypeChecking, |
| + TypeChecking=Interface|Nullable|String, |
| ] interface WebGLRenderingContext { }; |
| WebGLRenderingContext implements WebGLRenderingContextBase; |