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

Unified Diff: lib/html/idl/dart/dart.idl

Issue 10913125: Remove lib/dom directory! (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 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
Index: lib/html/idl/dart/dart.idl
===================================================================
--- lib/html/idl/dart/dart.idl (revision 11985)
+++ lib/html/idl/dart/dart.idl (working copy)
@@ -69,6 +69,11 @@
};
[Supplemental]
+ interface HTMLSelectElement {
+ [Suppressed] void add([Optional=DefaultIsUndefined] in HTMLElement element, [Optional=DefaultIsUndefined] in HTMLElement before);
+ };
+
+ [Supplemental]
interface ImageData {
readonly attribute Uint8ClampedArray data;
};

Powered by Google App Engine
This is Rietveld 408576698