mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-01 05:48:26 +00:00
Fix build bustage. Bug 240274.
This commit is contained in:
parent
228d3bbf27
commit
5d8146f91e
@ -1400,7 +1400,7 @@ NS_IMETHODIMP nsImageXlib::DrawTile(nsIRenderingContext &aContext,
|
||||
PR_MIN(validWidth, aX1 - x),
|
||||
PR_MIN(validHeight, aY1 - y));
|
||||
|
||||
aContext.PopState(clipState);
|
||||
aContext.PopState();
|
||||
|
||||
return NS_OK;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user