mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 13:51:41 +00:00
Fix build bustage. Bug 369244
This commit is contained in:
parent
9900e5bb35
commit
49cd55528f
@ -889,12 +889,14 @@ nsJSChannel::SetExecutionPolicy(PRUint32 aPolicy)
|
||||
NS_ENSURE_ARG(aPolicy <= EXECUTE_NORMAL);
|
||||
|
||||
mExecutionPolicy = aPolicy;
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
NS_IMETHODIMP
|
||||
nsJSChannel::GetExecutionPolicy(PRUint32* aPolicy)
|
||||
{
|
||||
*aPolicy = mExecutionPolicy;
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
Loading…
Reference in New Issue
Block a user