mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-28 15:23:51 +00:00
fix btek bustage.
This commit is contained in:
parent
f2da6ac0a8
commit
342082f9ca
@ -60,6 +60,7 @@ public:
|
||||
const nsIID& aIID, void **aResult);
|
||||
|
||||
NS_HIDDEN_(nsresult) FlushMemory(const PRUnichar* aReason, PRBool aImmediate);
|
||||
NS_HIDDEN_(nsresult) RunFlushers(const PRUnichar* aReason);
|
||||
|
||||
protected:
|
||||
struct FlushEvent : public nsIRunnable {
|
||||
@ -68,8 +69,6 @@ protected:
|
||||
const PRUnichar* mReason;
|
||||
};
|
||||
|
||||
NS_HIDDEN_(nsresult) RunFlushers(const PRUnichar* aReason);
|
||||
|
||||
static PRInt32 sIsFlushing;
|
||||
static FlushEvent sFlushEvent;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user