# HG changeset patch
# User Robert Brand <mozrob@googlemail.com>
# Date 1325718326 -3600
# Node ID 87cf834f118b997f566d02e4894f7fe015e16417
# Parent  fbcb73cfb987db027acf9bd66a7b31ee124c4dc0
Fix error at startup:
Error: XPCOMUtils is not defined
Source File: chrome://calendar/content/calendar-chrome-startup.js
Line: 121

diff -r fbcb73cfb987 -r 87cf834f118b calendar/base/content/calendar-chrome-startup.js
--- a/calendar/base/content/calendar-chrome-startup.js	Wed Jan 04 22:05:28 2012 +0100
+++ b/calendar/base/content/calendar-chrome-startup.js	Thu Jan 05 00:05:26 2012 +0100
@@ -34,6 +34,8 @@
  *
  * ***** END LICENSE BLOCK ***** */
 
+Components.utils.import("resource://gre/modules/XPCOMUtils.jsm");
+
 /**
  * Common initialization steps for calendar chrome windows.
  */
