Bug 1457287 - Follow-up to fix browser_address_edit.js. r=jaws on a CLOSED TREE

MozReview-Commit-ID: 1StIu61pvwD

--HG--
extra : amend_source : e1229024f8a636935cc588d125088ee0400bb397
This commit is contained in:
Matthew Noorenberghe 2018-04-26 18:08:34 -07:00
parent 04287e6502
commit dafea1822d

View File

@ -24,7 +24,7 @@ XPCOMUtils.defineLazyGetter(this, "formAutofillStorage", () => {
let storage;
try {
storage = ChromeUtils.import("resource://formautofill/FormAutofillStorage.jsm", {})
.storage;
.formAutofillStorage;
storage.initialize();
} catch (ex) {
storage = null;