Nicolas Cannasse %!s(int64=15) %!d(string=hai) anos
pai
achega
015a9b96b3
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;