[Webkit-unassigned] [Bug 28709] WebCore: Make both Node::setAttributeEventListener and Node::setOnEvent forward listener to DOM window when necessary.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 25 07:52:21 PDT 2009


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





--- Comment #4 from Vitaly Repeshko <vitalyr at chromium.org>  2009-08-25 07:52:21 PDT ---
(In reply to comment #3)
> I don't understand what this patch is doing if it cannot be tested?

Summary of our IRC discussion with Sam:

This issue only hurts V8 bindings since they differ from JSC in how event
attribute accessors are implemented.

Node::setAttributeEventListener is an internal utility function and should not
be called directly.

A better solution here is to make V8 bindings use an approach similar to JSC
and to make the function private. I'll post an updated patch soon.

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