Backed out changeset dc318b0913b9 (bug 1373672)

This commit is contained in:
Sebastian Hengst
2017-08-01 12:38:25 +02:00
parent aa83ab0a55
commit 018f828183
3 changed files with 3 additions and 3 deletions

View File

@@ -4083,7 +4083,7 @@ nsDocShell::SetTreeOwner(nsIDocShellTreeOwner* aTreeOwner)
}
NS_IMETHODIMP
nsDocShell::SetChildOffset(int32_t aChildOffset)
nsDocShell::SetChildOffset(uint32_t aChildOffset)
{
mChildOffset = aChildOffset;
return NS_OK;