mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1096513 - Fix build error on a CLOSED TREE. r=me
This commit is contained in:
parent
e933b7f324
commit
9b761caf78
@ -195,7 +195,7 @@ ParentLayerCoord Axis::GetOverscroll() const {
|
||||
ParentLayerCoord result = (mOverscroll - mOverscrollOffset) / mOverscrollScale;
|
||||
|
||||
// Assert that we return overscroll in the correct direction
|
||||
MOZ_ASSERT((result * mOverscrollOffset) >= 0.0f);
|
||||
MOZ_ASSERT((result.value * mOverscrollOffset.value) >= 0.0f);
|
||||
|
||||
return result;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user