Test bustage fix from bug 513710.

This commit is contained in:
Shawn Wilsher 2009-09-03 15:19:29 -07:00
Родитель 9c31ff038c
Коммит bfbb6809a4
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -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;