Skip to content
Snippets Groups Projects
Commit d5453f59 authored by Dave Townsend's avatar Dave Townsend
Browse files

Bug 518090: Extension manager throws an unknown result. r=robstrong

parent c823d598
No related branches found
No related tags found
No related merge requests found
......@@ -5390,7 +5390,7 @@ ExtensionManager.prototype = {
removeInstallListenerAt: function EM_removeInstallListenerAt(index) {
if (index < 0 || index >= this._installListeners.length)
throw Cr.NS_ERROR_INVALID_ARGUMENT;
throw Cr.NS_ERROR_INVALID_ARG;
this._installListeners[index] = null;
while (this._installListeners[this._installListeners.length - 1] === null)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment