[webkit-reviews] review denied: [Bug 131551] Deleting properties poisons objects : [Attachment 229144] Patch
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Apr 14 21:25:35 PDT 2014
Geoffrey Garen <ggaren at apple.com> has denied review:
Bug 131551: Deleting properties poisons objects
https://bugs.webkit.org/show_bug.cgi?id=131551
Attachment 229144: Patch
https://bugs.webkit.org/attachment.cgi?id=229144&action=review
------- Additional Comments from Geoffrey Garen <ggaren at apple.com>
You should fix these failing tests by pinning a property table when doing a
delete transition. Our code only knows how to reconstruct a property table
through insertions, not deletions, so we have to hang onto a property table
that indicates deletions.
More information about the webkit-reviews
mailing list