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

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

Issue 10211003: Roll IDL to multivm@439 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 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: third_party/WebCore/html/ImageData.idl
diff --git a/third_party/WebCore/html/ImageData.idl b/third_party/WebCore/html/ImageData.idl
index c859454174c37c518b0aa06b972585f147f6f6c7..f2ea0ca6b736c29a9327bcdec84e5ca72b901bac 100644
--- a/third_party/WebCore/html/ImageData.idl
+++ b/third_party/WebCore/html/ImageData.idl
@@ -34,7 +34,7 @@ module html {
readonly attribute long width;
readonly attribute long height;
#if !defined(LANGUAGE_JAVASCRIPT) || !LANGUAGE_JAVASCRIPT
- readonly attribute CanvasPixelArray data;
+ readonly attribute Uint8ClampedArray data;
#endif
};
« no previous file with comments | « third_party/WebCore/bindings/scripts/test/TestObj.idl ('k') | third_party/WebCore/notifications/DOMWindowNotifications.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698