Comment #3 on issue 2453 by [email protected]: uncaught TypeError http://code.google.com/p/v8/issues/detail?id=2453
Seems to be the below Content is failing:-->
<html>
<script>
this.Element = function(D, C)
{
C = C || {
};
}
var _div = new Element("div") ;
alert( _div );
</script>
</html>
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
