No bug - Add EXPOSED_SYMBOLS back to ContactService.jsm.

DONTBUILD

--HG--
extra : rebase_source : 29fa35a133048c9d4762f67bf7a90e06edd7586f
This commit is contained in:
Reuben Morais 2013-03-29 00:52:48 -07:00
parent ec730ddcc9
commit b659de52f2

View File

@ -11,6 +11,8 @@ const Cu = Components.utils;
const Cc = Components.classes;
const Ci = Components.interfaces;
this.EXPORTED_SYMBOLS = [];
Cu.import("resource://gre/modules/XPCOMUtils.jsm");
Cu.import("resource://gre/modules/Services.jsm");
Cu.import("resource://gre/modules/ContactDB.jsm");