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

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

Issue 196343032: Implement ImageData constructors. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Have constructor instance wrappers keep a 'data' property instead. Created 6 years, 9 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
« Source/core/html/ImageData.cpp ('K') | « Source/core/html/ImageData.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/ImageData.idl
diff --git a/Source/core/html/ImageData.idl b/Source/core/html/ImageData.idl
index 06847999097b6b94586674ca8ec7d7459cefe45b..881b1551eceb98668426ef434af86c8598903751 100644
--- a/Source/core/html/ImageData.idl
+++ b/Source/core/html/ImageData.idl
@@ -27,7 +27,9 @@
*/
[
+ CustomConstructor,
Inactive 2014/03/19 18:59:48 Even if the constructor is custom, you're expected
sof 2014/03/19 19:20:34 On 2014/03/19 18:59:48, Chris Dumez wrote: ...
sof 2014/03/19 22:19:16 Added along with a test for expected constructor "
Custom=Wrap,
+ RaisesException=Constructor,
] interface ImageData {
readonly attribute long width;
readonly attribute long height;
« Source/core/html/ImageData.cpp ('K') | « Source/core/html/ImageData.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698