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

Unified Diff: client/dom/idl/dart/dart.idl

Issue 9231021: Several fixes needed to reuse JS DOM interfaces in dartium. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 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 | « no previous file | client/dom/scripts/dartdomgenerator.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/dom/idl/dart/dart.idl
diff --git a/client/dom/idl/dart/dart.idl b/client/dom/idl/dart/dart.idl
index 888938f93f91942a6e96640269776d84681d7284..cf0c2a9f2a3ba476782725f5112bb8463407d34c 100644
--- a/client/dom/idl/dart/dart.idl
+++ b/client/dom/idl/dart/dart.idl
@@ -56,8 +56,7 @@ module html {
void warn(DOMObject arg);
[Suppressed] void trace();
void trace(DOMObject arg);
-
- [DartName=assert_] void assert(in boolean condition);
+ [DartName=assertCondition] void assert(in boolean condition);
};
[Supplemental]
@@ -179,3 +178,14 @@ module html {
};
};
+module svg {
+ [Supplemental]
+ interface SVGFECompositeElement {
+ [Suppressed] readonly attribute SVGAnimatedEnumeration operator;
sra1 2012/01/17 22:13:30 Is this necessary? 'operator' is a pseudo-keyword.
podivilov 2012/01/20 11:26:58 Reverted.
+ };
+
+ [Supplemental]
+ interface SVGFEMorphologyElement {
+ [Suppressed] readonly attribute SVGAnimatedEnumeration operator;
+ };
+};
« no previous file with comments | « no previous file | client/dom/scripts/dartdomgenerator.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698