Bug 428358 - "Typo in <malware-warden.js> causes xpconnect exception about 'streamFinished'". r=dcamp, a=beltzner.

git-svn-id: svn://10.0.0.236/trunk@250077 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bent.mozilla%gmail.com 2008-04-11 17:26:03 +00:00
parent 2d7562c3a4
commit bc33dc37a4

View File

@ -83,7 +83,7 @@ function PROT_MalwareWarden() {
},
updateUrlRequested: function(url) { },
streamCompleted: function() { },
streamFinished: function(status) { },
updateError: function(errorCode) { },
updateSuccess: function(requestedTimeout) { }
};