зеркало из https://github.com/mozilla/gecko-dev.git
58842 - Fixing nsIAtom Leakage introduced by checkin to bug 27006.
r=pollmann sr=vidur
This commit is contained in:
Родитель
208c7e0d69
Коммит
4499be637c
|
@ -60,8 +60,8 @@ NS_IMETHODIMP nsObserverBase::NotifyWebShell(
|
|||
if(NS_SUCCEEDED(res)) {
|
||||
nsCOMPtr<nsIHTTPChannel> httpChannel(do_QueryInterface(channel,&res));
|
||||
if(NS_SUCCEEDED(res)) {
|
||||
nsIAtom* atom=nsnull;
|
||||
httpChannel->GetRequestMethod(&atom);
|
||||
nsCOMPtr<nsIAtom> atom=nsnull;
|
||||
httpChannel->GetRequestMethod(getter_AddRefs(atom));
|
||||
if(atom) {
|
||||
nsAutoString method;
|
||||
atom->ToString(method);
|
||||
|
|
Загрузка…
Ссылка в новой задаче