[Webkit-unassigned] [Bug 27372] [v8] switch to faster methods to obtain and set implementation
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Jul 17 22:55:52 PDT 2009
https://bugs.webkit.org/show_bug.cgi?id=27372
--- Comment #3 from Adam Barth <abarth at webkit.org> 2009-07-17 22:55:51 PDT ---
(From update of attachment 32942)
Thanks for the patch. This looks great. One question, how do we know this is
safe:
+ node =
V8DOMWrapper::convertDOMWrapperToNode<Node>(v8::Handle<v8::Object>::Cast(args[0]));
or
+ contextNode =
V8DOMWrapper::convertDOMWrapperToNode<Node>(v8::Handle<v8::Object>::Cast(args[1]));
Why can't the page pass a value as the argument?
--
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