Skip to content

Commit

Permalink
Merge inbound to m-c. a=merge
Browse files Browse the repository at this point in the history
  • Loading branch information
rvandermeulen committed Sep 17, 2017
2 parents f72c1be + f8fa4d9 commit 65dd59b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion toolkit/components/passwordmgr/LoginManagerContent.jsm
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ var LoginManagerContent = {
log("Running deferred processing of onDOMInputPasswordAdded", formLike2);
this._deferredPasswordAddedTasksByRootElement.delete(formLike2.rootElement);
this._fetchLoginsFromParentAndFillForm(formLike2, window);
}, PASSWORD_INPUT_ADDED_COALESCING_THRESHOLD_MS);
}, PASSWORD_INPUT_ADDED_COALESCING_THRESHOLD_MS, 0);

this._deferredPasswordAddedTasksByRootElement.set(formLike.rootElement, deferredTask);
}
Expand Down

0 comments on commit 65dd59b

Please sign in to comment.