mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 15:52:07 +00:00
Always use |PR_TRUE| instead of |true| as some compiler don't define |true|.
This commit is contained in:
parent
5d00c0c257
commit
fe4fa475dc
@ -165,6 +165,6 @@ WebBrowser::Print(void)
|
||||
nsresult
|
||||
WebBrowser::SetPositionAndSize(int x, int y, int cx, int cy)
|
||||
{
|
||||
return mBaseWindow->SetPositionAndSize(x, y, cx, cy, true);
|
||||
return mBaseWindow->SetPositionAndSize(x, y, cx, cy, PR_TRUE);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user