Index: Source/core/html/ImageData.idl |
diff --git a/Source/core/html/ImageData.idl b/Source/core/html/ImageData.idl |
index 47c13ad9045166e80ed50a221ce652e0ae28fd44..8a37a2dd1bb0edac4ddad2ca15d427f64faf162e 100644 |
--- a/Source/core/html/ImageData.idl |
+++ b/Source/core/html/ImageData.idl |
@@ -31,6 +31,7 @@ |
Constructor(unsigned long width, unsigned long height), |
Custom=Wrap, |
RaisesException=Constructor, |
+ WillBeGarbageCollected, |
] interface ImageData { |
readonly attribute long width; |
readonly attribute long height; |