Nicolas Cannasse пре 15 година
родитељ
комит
015a9b96b3
1 измењених фајлова са 1 додато и 1 уклоњено
  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;