From ae85653da98d455f500a9e30be6265f03c7d384f Mon Sep 17 00:00:00 2001 From: Mounir Lamouri Date: Tue, 17 Jan 2012 20:56:13 +0100 Subject: [PATCH] No bug - Fix build bustage because of jsdate.h not being accessible anymore. Push on CLOSED TREE. rs=Ms2ger --- dom/sms/src/SmsFilter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dom/sms/src/SmsFilter.cpp b/dom/sms/src/SmsFilter.cpp index df28db52d97..ae2b046f41c 100644 --- a/dom/sms/src/SmsFilter.cpp +++ b/dom/sms/src/SmsFilter.cpp @@ -41,7 +41,7 @@ #include "nsError.h" #include "Constants.h" #include "jsapi.h" -#include "jsdate.h" // For js_DateGetMsecSinceEpoch. +#include "jsfriendapi.h" // For js_DateGetMsecSinceEpoch. #include "js/Utility.h" #include "nsJSUtils.h" #include "nsDOMString.h"