Index: Source/core/html/canvas/WebGLActiveInfo.idl |
diff --git a/Source/core/html/canvas/WebGLActiveInfo.idl b/Source/core/html/canvas/WebGLActiveInfo.idl |
index 8443d8f24c5af59d94ded8427e341cb00222f9d2..f4aa739e87205f32b8260f081588167a26fb5199 100644 |
--- a/Source/core/html/canvas/WebGLActiveInfo.idl |
+++ b/Source/core/html/canvas/WebGLActiveInfo.idl |
@@ -23,9 +23,10 @@ |
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
*/ |
-interface WebGLActiveInfo { |
+[ |
+ WillBeGarbageCollected, |
+] interface WebGLActiveInfo { |
readonly attribute long size; |
readonly attribute unsigned long type; |
readonly attribute DOMString name; |
}; |
- |