From 912ca83674bbaa5a8bce707125be8156f8d35100 Mon Sep 17 00:00:00 2001 From: Tim Taubert Date: Wed, 26 Feb 2014 15:29:34 +0100 Subject: [PATCH] Bug 977013 - Follow-up because of undefined constant Cu r=bustage --- toolkit/modules/TelemetryTimestamps.jsm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/toolkit/modules/TelemetryTimestamps.jsm b/toolkit/modules/TelemetryTimestamps.jsm index 6201204256ed..4973e6c1f137 100644 --- a/toolkit/modules/TelemetryTimestamps.jsm +++ b/toolkit/modules/TelemetryTimestamps.jsm @@ -4,6 +4,8 @@ this.EXPORTED_SYMBOLS = ["TelemetryTimestamps"]; +const Cu = Components.utils; + /** * This module's purpose is to collect timestamps for important * application-specific events.