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

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

Issue 337343002: IDL: make optional arguments (without default) explicit sometimes Base URL: https://chromium.googlesource.com/chromium/blink.git@idl-default-arguments-next
Patch Set: Created 6 years, 4 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/HTMLTextAreaElement.idl ('k') | Source/core/html/canvas/CanvasPathMethods.idl » ('j') | 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 4324dc046c62182563d99f17fbdd0a756ac4a1e1..a65ea5cac68ec69ac1174fc6b30a0b58f1f15e19 100644
--- a/Source/core/html/ImageData.idl
+++ b/Source/core/html/ImageData.idl
@@ -30,7 +30,7 @@
[
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),
Custom=Wrap,
Exposed=(Window,Worker),
RaisesException=Constructor,
« no previous file with comments | « Source/core/html/HTMLTextAreaElement.idl ('k') | Source/core/html/canvas/CanvasPathMethods.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698