bug 1046876 - Define 'Cu'. r=gwagner

This commit is contained in:
Ghislain 'Aus' Lacroix 2014-07-31 13:29:14 -07:00
parent 831e6c1761
commit 3c342b867c

View File

@ -7,6 +7,7 @@ Components.utils.import("resource://gre/modules/Services.jsm");
const Ci = Components.interfaces;
const Cc = Components.classes;
const Cu = Components.utils;
const POSITION_UNAVAILABLE = Ci.nsIDOMGeoPositionError.POSITION_UNAVAILABLE;
const SETTINGS_DEBUG_ENABLED = "geolocation.debugging.enabled";