[Webkit-unassigned] [Bug 53902] JSVariableObject::setRegisters should take PassOwnArrayPtr for registersArray.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 7 20:12:42 PST 2011


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





--- Comment #5 from Darin Adler <darin at apple.com>  2011-02-07 20:12:42 PST ---
(In reply to comment #4)
> View in context: https://bugs.webkit.org/attachment.cgi?id=81449&action=review
> 
> > Source/JavaScriptCore/runtime/Arguments.h:251
> > +        OwnArrayPtr<Register> registerArray = copyRegisterArray(d()->registers - registerOffset, registerArraySize);
> > +        setRegisters(registerArray.get() + registerOffset, registerArray.release());
> 
> Oops, I need a temporary variable for this as well.  Will fix before landing.

Oh, can’t believe I missed that!

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