Done. Thanks!

http://codereview.chromium.org/6523052/diff/7018/src/ic.cc
File src/ic.cc (right):

http://codereview.chromium.org/6523052/diff/7018/src/ic.cc#newcode441
src/ic.cc:441: JSFunction* function = JSFunction::cast(*callee);
On 2011/02/21 07:45:11, Mads Ager wrote:
Let's keep it all in handles here to not mix handlified and
non-handlified code
when we can easily avoid it.

Handle<JSFuntion> function = Handle<JSFunction>::cast(callee);

Done.

http://codereview.chromium.org/6523052/

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to