Bug 686545 - Fix build bustage with nsRefreshDriver/nsARefreshObserver not being defined. r=ehsan

The buld bustage only appears with some options being disabled in the
mozconfig. Likely, nsRefreshDriver.h is included by another hedear that isn't
included when an option is disabled.
This commit is contained in:
Mounir Lamouri 2011-09-13 14:32:07 -07:00
parent e84b2a9321
commit 13377aec83
2 changed files with 2 additions and 0 deletions

View File

@ -41,6 +41,7 @@
#include "AccEvent.h"
#include "nsCycleCollectionParticipant.h"
#include "nsRefreshDriver.h"
class nsAccessible;
class nsDocAccessible;

View File

@ -73,6 +73,7 @@
#include "nsFrameSelection.h"
#include "nsGUIEvent.h"
#include "nsContentUtils.h"
#include "nsRefreshDriver.h"
class nsIRange;
class nsIDragService;