mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 13:51:41 +00:00
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:
parent
f26beb0c40
commit
0d38832157
@ -41,6 +41,7 @@
|
||||
|
||||
#include "AccEvent.h"
|
||||
#include "nsCycleCollectionParticipant.h"
|
||||
#include "nsRefreshDriver.h"
|
||||
|
||||
class nsAccessible;
|
||||
class nsDocAccessible;
|
||||
|
@ -73,6 +73,7 @@
|
||||
#include "nsFrameSelection.h"
|
||||
#include "nsGUIEvent.h"
|
||||
#include "nsContentUtils.h"
|
||||
#include "nsRefreshDriver.h"
|
||||
|
||||
class nsIRange;
|
||||
class nsIDragService;
|
||||
|
Loading…
Reference in New Issue
Block a user