"Iterator it" variable is used after is removed. Working on patch, will be proposed soon.
Created attachment 220730 [details] Patch
Comment on attachment 220730 [details] Patch mac-wk2 is not passing also with other attachments with same output.
Comment on attachment 220730 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=220730&action=review > Source/WebCore/ChangeLog:8 > + No new tests. This is not a very helpful line. You could explain _why_ there are no tests, but even that is better to do in the bug, not in ChangeLog I think.
Created attachment 220768 [details] Patch
Comment on attachment 220730 [details] Patch Clearing flags on attachment: 220730 Committed r161665: <http://trac.webkit.org/changeset/161665>
All reviewed patches have been landed. Closing bug.
Comment on attachment 220730 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=220730&action=review >> Source/WebCore/ChangeLog:8 >> + No new tests. > > This is not a very helpful line. You could explain _why_ there are no tests, but even that is better to do in the bug, not in ChangeLog I think. Given that our iterators are checked, I think we could indeed make a test for this. If we can get this code to run, it should assert in a debug build. This fix should not have gone in without a test!