git://git.webkit.org
/
WebKit-https.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Bug 20315: Memory leak with Canvas getImageData
[WebKit-https.git]
/
WebCore
/
html
/
ImageData.idl
diff --git
a/WebCore/html/ImageData.idl
b/WebCore/html/ImageData.idl
index
052f165
..
246632f
100644
(file)
--- a/
WebCore/html/ImageData.idl
+++ b/
WebCore/html/ImageData.idl
@@
-29,7
+29,8
@@
module html {
interface [
- GenerateConstructor
+ GenerateConstructor,
+ GenerateToJS
] ImageData {
readonly attribute long width;
readonly attribute long height;