mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 13:51:41 +00:00
Bug 1634543 - Followup: Remove one too many consts to unbust the build.
MANUAL PUSH: Bustage fix on a CLOSED TREE
This commit is contained in:
parent
b44fc070bb
commit
f5823dea35
@ -3388,7 +3388,7 @@ bool nsBlockFrame::CachedIsEmpty() {
|
||||
if (!IsSelfEmpty()) {
|
||||
return false;
|
||||
}
|
||||
for (const auto& line : mLines) {
|
||||
for (auto& line : mLines) {
|
||||
if (!line.CachedIsEmpty()) {
|
||||
return false;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user