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

Unified Diff: client/html/generated/src/interface/SVGStylable.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/SVGStylable.dart
diff --git a/client/html/generated/src/interface/OperationNotAllowedException.dart b/client/html/generated/src/interface/SVGStylable.dart
similarity index 64%
copy from client/html/generated/src/interface/OperationNotAllowedException.dart
copy to client/html/generated/src/interface/SVGStylable.dart
index a9a65d4f58d0e363ee826f8ee035c4249911d38e..b85b757fef41dfd849169f0641ce5654964b32e3 100644
--- a/client/html/generated/src/interface/OperationNotAllowedException.dart
+++ b/client/html/generated/src/interface/SVGStylable.dart
@@ -4,13 +4,11 @@
// WARNING: Do not edit - generated code.
-interface OperationNotAllowedException {
+interface SVGStylable {
- static final int NOT_ALLOWED_ERR = 1;
+ SVGAnimatedString get className();
- int get code();
+ CSSStyleDeclaration get style();
- String get message();
-
- String get name();
+ CSSValue getPresentationAttribute(String name);
}
« no previous file with comments | « client/html/generated/src/interface/SVGStringList.dart ('k') | client/html/generated/src/interface/SVGStyleElement.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698