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

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

Issue 542113003: bindings: Introduces ScriptWrappable::associateWithWrapper in addition to wrap. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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
« Source/core/dom/Document.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 b14256820af63dcd4adfbb42e68156e91984dee1..0837a30aed9990ab6d5f0b9bff1c69e4f3a80297 100644
--- a/Source/core/html/ImageData.idl
+++ b/Source/core/html/ImageData.idl
@@ -31,9 +31,6 @@
[
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,
WillBeGarbageCollected,
« Source/core/dom/Document.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