[webkit-reviews] review granted: [Bug 19834] Failed assertion in JavaScriptCore/VM/SegmentedVector.h:82 : [Attachment 22030] naive fix

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 1 08:20:49 PDT 2008


Darin Adler <darin at apple.com> has granted Alexey Proskuryakov <ap at webkit.org>'s
request for review:
Bug 19834: Failed assertion in JavaScriptCore/VM/SegmentedVector.h:82
https://bugs.webkit.org/show_bug.cgi?id=19834

Attachment 22030: naive fix
https://bugs.webkit.org/attachment.cgi?id=22030&action=edit

------- Additional Comments from Darin Adler <darin at apple.com>
Why not use new [] and OwnArrayPtr for registerArray?

Why not have JSVariableObjectData inherit from Noncopyable rather than
reimplementing it?

Seems OK, as-is. r=me


More information about the webkit-reviews mailing list