Index: core/html/canvas/OESVertexArrayObject.idl |
diff --git a/core/html/canvas/OESVertexArrayObject.idl b/core/html/canvas/OESVertexArrayObject.idl |
index e7cc9f7b243fbf1e8a918d1ed8652d31c27d06e4..5a21f238d79413efb2e2cd31e1de36ace16c00dd 100644 |
--- a/core/html/canvas/OESVertexArrayObject.idl |
+++ b/core/html/canvas/OESVertexArrayObject.idl |
@@ -26,7 +26,7 @@ |
[ |
DoNotCheckConstants, |
NoInterfaceObject, |
- StrictTypeChecking, |
+ TypeChecking=Interface|Nullable, |
] interface OESVertexArrayObject { |
const unsigned long VERTEX_ARRAY_BINDING_OES = 0x85B5; |