Nicolas Cannasse 15 anos atrás
pai
commit
015a9b96b3
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      std/js/Dom.hx

+ 1 - 1
std/js/Dom.hx

@@ -260,7 +260,7 @@ typedef History = {
 }
 
 typedef IFrame = {> HtmlDom,
-	var contentDocument : Document;
+	var contentWindow : Window;
 	var frameBorder : String;
 	var height : Int;
 	var width : Int;