mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-30 00:01:50 +00:00
Fix incorrect nsIUrlClassifierDBService.idl implementation in test (bug 428358)
This commit is contained in:
parent
1cc4f3b84b
commit
8d870ce7a2
@ -120,7 +120,7 @@ function doSimpleUpdate(updateText, success, failure, clientKey) {
|
||||
},
|
||||
|
||||
updateUrlRequested: function(url) { },
|
||||
streamCompleted: function() { },
|
||||
streamFinished: function() { },
|
||||
updateError: function(errorCode) { failure(errorCode); },
|
||||
updateSuccess: function(requestedTimeout) { success(requestedTimeout); }
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user