Index: Source/core/html/canvas/OESTextureHalfFloat.idl |
diff --git a/Source/core/html/canvas/OESTextureHalfFloat.idl b/Source/core/html/canvas/OESTextureHalfFloat.idl |
index 9543a89690349ec620af4a120780831799b0c835..b050cfa21d4565817741119740428d235231c63a 100644 |
--- a/Source/core/html/canvas/OESTextureHalfFloat.idl |
+++ b/Source/core/html/canvas/OESTextureHalfFloat.idl |
@@ -27,7 +27,8 @@ typedef unsigned long GLenum; |
[ |
NoInterfaceObject, |
- DoNotCheckConstants |
+ DoNotCheckConstants, |
+ WillBeGarbageCollected, |
] interface OESTextureHalfFloat { |
const GLenum HALF_FLOAT_OES = 0x8D61; |
}; |