summaryrefslogtreecommitdiffstats
path: root/WebCore/html/ImageData.idl
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/html/ImageData.idl')
-rw-r--r--WebCore/html/ImageData.idl4
1 files changed, 3 insertions, 1 deletions
diff --git a/WebCore/html/ImageData.idl b/WebCore/html/ImageData.idl
index 246632f..9be14ff 100644
--- a/WebCore/html/ImageData.idl
+++ b/WebCore/html/ImageData.idl
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2008 Apple Inc. All rights reserved.
+ * Copyright (C) 2008, 2009 Apple Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -34,7 +34,9 @@ module html {
] ImageData {
readonly attribute long width;
readonly attribute long height;
+#if !defined(LANGUAGE_JAVASCRIPT) || defined(V8_BINDING)
readonly attribute CanvasPixelArray data;
+#endif
};
}