RESOLVED FIXED Bug 96685
Rename forEachCell to forEachLiveCell
https://bugs.webkit.org/show_bug.cgi?id=96685
Summary Rename forEachCell to forEachLiveCell
Mark Hahnenberg
Reported 2012-09-13 12:50:07 PDT
forEachCell actually only iterates over live cells. We should rename it to reflect what it actually does. This is also helpful because I want to add a new forEachCell that actually does iterate each and every cell in a MarkedBlock regardless of whether or not it is live.
Attachments
Patch (6.01 KB, patch)
2012-09-13 13:04 PDT, Mark Hahnenberg
oliver: review+
Mark Hahnenberg
Comment 1 2012-09-13 13:04:07 PDT
Mark Hahnenberg
Comment 2 2012-09-13 13:08:27 PDT
Note You need to log in before you can comment on or make changes to this bug.