No bug - Fix build bustage because of jsdate.h not being accessible anymore. Push on CLOSED TREE. rs=Ms2ger

This commit is contained in:
Mounir Lamouri 2012-01-17 20:56:13 +01:00
parent 5c5c80c069
commit ae85653da9

View File

@ -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"