Index: third_party/WebKit/Source/core/html/ImageData.idl |
diff --git a/third_party/WebKit/Source/core/html/ImageData.idl b/third_party/WebKit/Source/core/html/ImageData.idl |
index 7df9d4239cda94620539769b306bfab91004df54..a8a6e2af5d5ac909302d34bf60cf8e317eec0eb1 100644 |
--- a/third_party/WebKit/Source/core/html/ImageData.idl |
+++ b/third_party/WebKit/Source/core/html/ImageData.idl |
@@ -33,7 +33,6 @@ |
Constructor(Uint8ClampedArray data, unsigned long sw, optional unsigned long sh), |
Exposed=(Window,Worker), |
RaisesException=Constructor, |
- GarbageCollected, |
] interface ImageData { |
readonly attribute unsigned long width; |
readonly attribute unsigned long height; |