| Index: Source/core/html/canvas/WebGLRenderingContextBase.idl
|
| diff --git a/Source/core/html/canvas/WebGLRenderingContextBase.idl b/Source/core/html/canvas/WebGLRenderingContextBase.idl
|
| index 6d338327133303032a73438846daecd63d64a21f..c7ee471b9fc5a20948a27601b502d62e45445634 100644
|
| --- a/Source/core/html/canvas/WebGLRenderingContextBase.idl
|
| +++ b/Source/core/html/canvas/WebGLRenderingContextBase.idl
|
| @@ -40,11 +40,11 @@ typedef /*unrestricted*/ float GLfloat;
|
| typedef /*unrestricted*/ float GLclampf;
|
|
|
| [
|
| - // FIXME: [DoNotCheckConstants] and [StrictTypeChecking] should be applied
|
| + // FIXME: [DoNotCheckConstants] and [TypeChecking=Interface|Nullable|String] should be applied
|
| // to members and not need to be put on implementing interface
|
| // DoNotCheckConstants, // need to put on implementing interface
|
| NoInterfaceObject, // Always used on target of 'implements'
|
| - // StrictTypeChecking, // need to put on implementing interface
|
| + // TypeChecking=Interface|Nullable|String, // need to put on implementing interface
|
| ] interface WebGLRenderingContextBase {
|
|
|
| readonly attribute HTMLCanvasElement canvas;
|
|
|