Index: client/dom/generated/src/frog/HTMLObjectElement.dart |
diff --git a/client/dom/generated/src/frog/HTMLObjectElement.dart b/client/dom/generated/src/frog/HTMLObjectElement.dart |
deleted file mode 100644 |
index d45db5bfd31803a0f9ec46992aae493c607f814a..0000000000000000000000000000000000000000 |
--- a/client/dom/generated/src/frog/HTMLObjectElement.dart |
+++ /dev/null |
@@ -1,51 +0,0 @@ |
- |
-class _HTMLObjectElementJs extends _HTMLElementJs implements HTMLObjectElement native "*HTMLObjectElement" { |
- |
- String align; |
- |
- String archive; |
- |
- String border; |
- |
- String code; |
- |
- String codeBase; |
- |
- String codeType; |
- |
- final _DocumentJs contentDocument; |
- |
- String data; |
- |
- bool declare; |
- |
- final _HTMLFormElementJs form; |
- |
- String height; |
- |
- int hspace; |
- |
- String name; |
- |
- String standby; |
- |
- String type; |
- |
- String useMap; |
- |
- final String validationMessage; |
- |
- final _ValidityStateJs validity; |
- |
- int vspace; |
- |
- String width; |
- |
- final bool willValidate; |
- |
- bool checkValidity() native; |
- |
- _SVGDocumentJs getSVGDocument() native; |
- |
- void setCustomValidity(String error) native; |
-} |