fix typo, b=284098, r=mconnor
git-svn-id: svn://10.0.0.236/trunk@170427 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
b248ac9405
commit
c05d9210d4
@ -82,7 +82,7 @@ var gCookiesWindow = {
|
||||
|
||||
observe: function (aCookie, aTopic, aData)
|
||||
{
|
||||
if (aTopic != "cookie-changed" || !aSubject)
|
||||
if (aTopic != "cookie-changed" || !aCookie)
|
||||
return;
|
||||
|
||||
if (aCookie instanceof Components.interfaces.nsICookie) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user