[Webkit-unassigned] [Bug 38219] Add test for NodeIterator behavior change from removing custom bindings

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 27 14:32:48 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=38219





--- Comment #5 from Eric Seidel <eric at webkit.org>  2010-04-27 14:32:48 PST ---
JSC bindings are cached on a per-window basis iirc.  (you would know better
than I).  So if the node has ever been accessed as a binding in any frame it
will have a cached binding object with the global object from when it was
created.  To test this kind of code we have to be careful to access fresh nodes
as you say.  There is no way to clear the cache to my knowledge.

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



More information about the webkit-unassigned mailing list