mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 22:01:30 +00:00
Bug 671421 - Fix undefined Cu issue following landing of bug 658738 r=gavin.sharp
This commit is contained in:
parent
9c0eeaf8bd
commit
aca22ce4ee
@ -5,6 +5,7 @@ var gConfig;
|
||||
if (Cc === undefined) {
|
||||
var Cc = Components.classes;
|
||||
var Ci = Components.interfaces;
|
||||
var Cu = Components.utils;
|
||||
}
|
||||
window.addEventListener("load", testOnLoad, false);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user