mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-12 00:50:40 +00:00
Bug 508025 - head_urlclassifier.js: s/streamCompleted/streamFinished/ (3rd time); (Av1).
r=dcamp.
This commit is contained in:
parent
a216e67600
commit
54d73947c5
@ -130,7 +130,7 @@ function doErrorUpdate(tables, success, failure) {
|
||||
},
|
||||
|
||||
updateUrlRequested: function(url) { },
|
||||
streamCompleted: function() { },
|
||||
streamFinished: function(status) { },
|
||||
updateError: function(errorCode) { success(errorCode); },
|
||||
updateSuccess: function(requestedTimeout) { failure(requestedTimeout); }
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user