Test bustage fix from bug 513710.

This commit is contained in:
Shawn Wilsher 2009-09-03 15:19:29 -07:00
parent d645ae10a6
commit 6935eef2ec

View File

@ -44,6 +44,8 @@
*
* ***** END LICENSE BLOCK ***** */
Components.utils.import("resource://gre/modules/XPCOMUtils.jsm");
const Cc = Components.classes;
const Ci = Components.interfaces;
const Cr = Components.results;