Index: Source/WebCore/html/ImageData.idl |
diff --git a/Source/WebCore/html/ImageData.idl b/Source/WebCore/html/ImageData.idl |
index 4b7d2a1f03960a74839cbc7ef04d1514d986a6a7..605020577755ddd2f5e7afc3098fbfbe50dbc288 100644 |
--- a/Source/WebCore/html/ImageData.idl |
+++ b/Source/WebCore/html/ImageData.idl |
@@ -33,7 +33,7 @@ module html { |
] ImageData { |
readonly attribute long width; |
readonly attribute long height; |
-#if !(defined(LANGUAGE_JAVASCRIPT) && LANGUAGE_JAVASCRIPT) || (defined(LANGUAGE_DART) && LANGUAGE_DART) |
+#if !defined(LANGUAGE_JAVASCRIPT) || !LANGUAGE_JAVASCRIPT |
readonly attribute CanvasPixelArray data; |
#endif |
}; |