Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1249)

Unified Diff: Source/core/html/ImageData.idl

Issue 1084313004: Oilpan: keep ImageData on the heap by default. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/core/html/ImageData.idl
diff --git a/Source/core/html/ImageData.idl b/Source/core/html/ImageData.idl
index 990a4bcff34aeef1bcfde5142b6abc0d75ad93ce..f267826017fc5f2d12c14fa5493eea80c308dd71 100644
--- a/Source/core/html/ImageData.idl
+++ b/Source/core/html/ImageData.idl
@@ -34,7 +34,7 @@
Constructor(Uint8ClampedArray data, unsigned long width, optional unsigned long height),
Exposed=(Window,Worker),
RaisesException=Constructor,
- WillBeGarbageCollected,
+ GarbageCollected,
] interface ImageData {
readonly attribute long width;
readonly attribute long height;

Powered by Google App Engine
This is Rietveld 408576698