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

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

Issue 531183003: bindings: Retires manual dispatching in createV8{HTML,SVG}Wrapper, etc. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Added FIXME comments. Created 6 years, 3 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/HTMLElement.idl ('k') | Source/core/svg/SVGElement.h » ('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..b14256820af63dcd4adfbb42e68156e91984dee1 100644
--- a/Source/core/html/ImageData.idl
+++ b/Source/core/html/ImageData.idl
@@ -31,6 +31,8 @@
[
Constructor(unsigned long width, unsigned long height),
Constructor(Uint8ClampedArray data, unsigned long width, [Default=Undefined] optional unsigned long height),
+ // FIXME: We should remove this Custom=Wrap attribute. This is used just for
+ // letting constructor callback functions call ScriptWrappable::wrap.
Custom=Wrap,
Exposed=(Window,Worker),
RaisesException=Constructor,
« no previous file with comments | « Source/core/html/HTMLElement.idl ('k') | Source/core/svg/SVGElement.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698