[Webkit-unassigned] [Bug 32430] [v8, dom] Add a pointer field to C++ Node class

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Dec 11 08:41:26 PST 2009


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


anton muhin <antonm at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #44687|review?                     |
               Flag|                            |




--- Comment #4 from anton muhin <antonm at chromium.org>  2009-12-11 08:41:26 PST ---
(From update of attachment 44687)
Dmitry Glazkov suggested to rework in a ways more maintainable fashion.

My current plan is to introduce ScriptWrappable class and inherit Node from it
(in the vain of ScriptValue).  JSC implementation would be just an empty class,
while V8 implementation would hold a pointer to proper type.

If anyone has any additional concerns I should address before asking for
review, please, update the bug.

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