[Webkit-unassigned] [Bug 27931] JSNodeCustom should call document() instead of scriptExecutionContext()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Aug 2 02:10:20 PDT 2009


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





--- Comment #1 from Darin Adler <darin at apple.com>  2009-08-02 02:10:20 PDT ---
The key issue here is that we want to call an inline function, not a virtual
function.

The inline function could be document() or it could be an inline version of
scriptExecutionContext(). See the Node::prefix() function for an example of
this design pattern.

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