[webkit-reviews] review denied: [Bug 42309] Removing an element from an anonymous block causes crash : [Attachment 62708] Patch
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Aug 5 11:40:56 PDT 2010
Dave Hyatt <hyatt at apple.com> has denied chris fleizach <cfleizach at apple.com>'s
request for review:
Bug 42309: Removing an element from an anonymous block causes crash
https://bugs.webkit.org/show_bug.cgi?id=42309
Attachment 62708: Patch
https://bugs.webkit.org/attachment.cgi?id=62708&action=review
------- Additional Comments from Dave Hyatt <hyatt at apple.com>
No to adding 4 bytes to all blocks and inlines. You can just do what all the
other code does that has to find the previous continuation... walk the chain
from the beginning. Continuation chains are rarely long in practice, so this
is not a big deal.
More information about the webkit-reviews
mailing list