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:
dwitte%stanford.edu 2005-03-09 03:33:42 +00:00
parent b248ac9405
commit c05d9210d4

View File

@ -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) {