Index: client/dom/generated/src/frog/HTMLIFrameElement.dart |
diff --git a/client/dom/generated/src/frog/HTMLIFrameElement.dart b/client/dom/generated/src/frog/HTMLIFrameElement.dart |
index a9707ff240177796dc8063c05527cb456de75935..4add1fbe3382aa79b54598c66421c77cbcb1e13a 100644 |
--- a/client/dom/generated/src/frog/HTMLIFrameElement.dart |
+++ b/client/dom/generated/src/frog/HTMLIFrameElement.dart |
@@ -1,13 +1,13 @@ |
-class HTMLIFrameElementJS extends HTMLElementJS implements HTMLIFrameElement native "*HTMLIFrameElement" { |
+class HTMLIFrameElementJs extends HTMLElementJs implements HTMLIFrameElement native "*HTMLIFrameElement" { |
String get align() native "return this.align;"; |
void set align(String value) native "this.align = value;"; |
- DocumentJS get contentDocument() native "return this.contentDocument;"; |
+ DocumentJs get contentDocument() native "return this.contentDocument;"; |
- DOMWindowJS get contentWindow() native "return this.contentWindow;"; |
+ DOMWindowJs get contentWindow() native "return this.contentWindow;"; |
String get frameBorder() native "return this.frameBorder;"; |
@@ -49,5 +49,5 @@ class HTMLIFrameElementJS extends HTMLElementJS implements HTMLIFrameElement nat |
void set width(String value) native "this.width = value;"; |
- SVGDocumentJS getSVGDocument() native; |
+ SVGDocumentJs getSVGDocument() native; |
} |