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

Unified Diff: client/html/generated/src/interface/SVGException.dart

Issue 8839010: New version of the bindings. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 9 years 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: client/html/generated/src/interface/SVGException.dart
diff --git a/client/html/generated/src/interface/XMLHttpRequestException.dart b/client/html/generated/src/interface/SVGException.dart
similarity index 63%
copy from client/html/generated/src/interface/XMLHttpRequestException.dart
copy to client/html/generated/src/interface/SVGException.dart
index e89647c5a72d5059a1b7f041ba905ee8ac084a2c..ebae8793ec2cf9237924d1c54583cb363f37de54 100644
--- a/client/html/generated/src/interface/XMLHttpRequestException.dart
+++ b/client/html/generated/src/interface/SVGException.dart
@@ -4,15 +4,19 @@
// WARNING: Do not edit - generated code.
-interface XMLHttpRequestException {
+interface SVGException {
- static final int ABORT_ERR = 102;
+ static final int SVG_INVALID_VALUE_ERR = 1;
- static final int NETWORK_ERR = 101;
+ static final int SVG_MATRIX_NOT_INVERTABLE = 2;
+
+ static final int SVG_WRONG_TYPE_ERR = 0;
int get code();
String get message();
String get name();
+
+ String toString();
}

Powered by Google App Engine
This is Rietveld 408576698