[Webkit-unassigned] [Bug 16644] REGRESSION (r28880-r28886): Global variable access

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Dec 29 21:32:58 PST 2007


http://bugs.webkit.org/show_bug.cgi?id=16644





------- Comment #3 from ddkilzer at webkit.org  2007-12-29 21:32 PDT -------
The initial "TypeError: value undefined" error occurs on this statement:

HTMLElement.prototype.htmlElement=function(){};

The cause is that HTMLElement.prototype is undefined.  HTMLElement is defined
as this when the statement is run:

function () 
{
}


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list