Fix for eventqueue objects leaking bug #20166. This also removes the hacked fix for bug #36361 and uses a real fix. Major overhaul of nsEventQueue and nsEventQueueService. r=waterson,brendan. tested on windows, linux and mac
git-svn-id: svn://10.0.0.236/trunk@71554 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -68,7 +68,10 @@ public:
|
||||
NS_IMETHOD GetYoungestActive(nsIEventQueue **aQueue) = 0;
|
||||
|
||||
NS_IMETHOD SetYounger(nsPIEventQueueChain *aQueue) = 0;
|
||||
NS_IMETHOD GetYounger(nsIEventQueue **aQueue) = 0;
|
||||
|
||||
NS_IMETHOD SetElder(nsPIEventQueueChain *aQueue) = 0;
|
||||
NS_IMETHOD GetElder(nsIEventQueue **aQueue) = 0;
|
||||
};
|
||||
|
||||
#endif /* nsPIEventQueueChain_h___ */
|
||||
|
||||
Reference in New Issue
Block a user