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