[Webkit-unassigned] [Bug 14547] typeof document.body.childNodes=="function" ("object" expected)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 10 20:29:51 PDT 2007


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





------- Comment #13 from dhtmlkitchen at gmail.com  2007-10-10 20:29 PDT -------
The error I get is:

"TypeError: Value undefined (result of expression
document.body.childNodes.call) is not object.
undefined

http://trac.webkit.org/projects/webkit/browser/trunk/JavaScriptCore/kjs/nodes.cpp#L636
636       if (!v->isObject()) {
637         return throwError(exec, TypeError, "Value %s (result of expression
%s) is not object.", v, expr.get());
638       }


The jQuery patch will return incorrect results under several obvious conditions
that I have posted on my blog entry.


-- 
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