Bug 780818 - Remove getExtendedOrigin from nsILoadContext. r=smaug, sr=sicking
This commit is contained in:
@@ -97,14 +97,4 @@ LoadContext::GetAppId(PRUint32* aAppId)
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
NS_IMETHODIMP
|
||||
LoadContext::GetExtendedOrigin(nsIURI* aUri, nsACString& aResult)
|
||||
{
|
||||
MOZ_ASSERT(mIsNotNull);
|
||||
|
||||
nsIScriptSecurityManager* ssmgr = nsContentUtils::GetSecurityManager();
|
||||
|
||||
return ssmgr->GetExtendedOrigin(aUri, mAppId, mIsInBrowserElement, aResult);
|
||||
}
|
||||
|
||||
} // namespace mozilla
|
||||
|
||||
Reference in New Issue
Block a user