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

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

Issue 871563003: Fix ImageData constructor infelicity. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 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/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 0837a30aed9990ab6d5f0b9bff1c69e4f3a80297..990a4bcff34aeef1bcfde5142b6abc0d75ad93ce 100644
--- a/Source/core/html/ImageData.idl
+++ b/Source/core/html/ImageData.idl
@@ -29,8 +29,9 @@
// http://www.whatwg.org/specs/web-apps/current-work/multipage/the-canvas-element.html#imagedata
[
+ TypeChecking=Interface,
Constructor(unsigned long width, unsigned long height),
- Constructor(Uint8ClampedArray data, unsigned long width, [Default=Undefined] optional unsigned long height),
+ Constructor(Uint8ClampedArray data, unsigned long width, optional unsigned long height),
Exposed=(Window,Worker),
RaisesException=Constructor,
WillBeGarbageCollected,
« no previous file with comments | « Source/core/html/ImageData.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698