Bug 817948: TelemetryStopwatch.jsm is referenced by the wrong URI in tabbox.xml

This commit is contained in:
ojab 2012-12-03 22:06:54 -08:00
parent 521e6f100b
commit 09f053e6f4

View File

@ -788,7 +788,7 @@
</field>
<field name="TelemetryStopwatch" readonly="true">
let tmp = {};
Cu.import("resource:///modules/TelemetryStopwatch.jsm", tmp);
Cu.import("resource://gre/modules/TelemetryStopwatch.jsm", tmp);
tmp.TelemetryStopwatch;
</field>
</implementation>