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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 7 19:29:18 PST 2011


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





--- Comment #4 from Ryosuke Niwa <rniwa at webkit.org>  2011-02-07 19:29:18 PST ---
(From update of attachment 81449)
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.

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