RESOLVED FIXED 9563
Remove unused layoutSuppressed field and inLayout() method
https://bugs.webkit.org/show_bug.cgi?id=9563
Summary Remove unused layoutSuppressed field and inLayout() method
mitz
Reported 2006-06-24 05:35:34 PDT
The layoutSuppressed field of FrameViewPrivate is always false, and therefore so is inLayout(), which is only used in an assert.
Attachments
Remove them (2.85 KB, patch)
2006-06-24 05:37 PDT, mitz
ap: review+
mitz
Comment 1 2006-06-24 05:37:31 PDT
Created attachment 9000 [details] Remove them
Alexey Proskuryakov
Comment 2 2006-06-24 05:39:34 PDT
Comment on attachment 9000 [details] Remove them r=me
Note You need to log in before you can comment on or make changes to this bug.