Bug 1307132 - import AppConstants.jsm, r?jaws draft
authorGijs Kruitbosch <gijskruitbosch@gmail.com>
Mon, 03 Oct 2016 17:10:07 +0100
changeset 420167 e9f996b2f2905d60981fbc83673934da760db7aa
parent 419507 5ffed033557e5b6f9694123f1948f867f913ede3
child 532742 45efc4c6eb3e1cad2e6eb96a25fd1df9ab1547ae
push id31120
push usergijskruitbosch@gmail.com
push dateMon, 03 Oct 2016 16:10:32 +0000
reviewersjaws
bugs1307132
milestone52.0a1
Bug 1307132 - import AppConstants.jsm, r?jaws MozReview-Commit-ID: DQZtraWCZnK
browser/components/preferences/cookies.js
--- a/browser/components/preferences/cookies.js
+++ b/browser/components/preferences/cookies.js
@@ -1,15 +1,16 @@
 /* -*- indent-tabs-mode: nil; js-indent-level: 4 -*- */
 /* This Source Code Form is subject to the terms of the Mozilla Public
  * License, v. 2.0. If a copy of the MPL was not distributed with this
  * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
 
 const nsICookie = Components.interfaces.nsICookie;
 
+Components.utils.import("resource://gre/modules/AppConstants.jsm");
 Components.utils.import("resource://gre/modules/PluralForm.jsm");
 Components.utils.import("resource://gre/modules/Services.jsm")
 Components.utils.import("resource://gre/modules/XPCOMUtils.jsm");
 
 XPCOMUtils.defineLazyModuleGetter(this, "ContextualIdentityService",
                                   "resource://gre/modules/ContextualIdentityService.jsm");
 
 var gCookiesWindow = {