| 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);
|
| }
|
|
|