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

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

Issue 9188009: Things to unfork. (Closed) Base URL: svn://svn.chromium.org/multivm/trunk/webkit
Patch Set: Created 8 years, 11 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
« no previous file with comments | « Source/WebCore/html/HTMLSelectElement.idl ('k') | Source/WebCore/html/canvas/CanvasPixelArray.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
};
« no previous file with comments | « Source/WebCore/html/HTMLSelectElement.idl ('k') | Source/WebCore/html/canvas/CanvasPixelArray.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698