Bug 800838 - remove unnecessary delay when unscheduling plugin timers r=blassey

This commit is contained in:
James Willcox
2012-12-17 10:05:49 -05:00
parent 44e25027c4
commit 98a6bb545f
2 changed files with 6 additions and 28 deletions

View File

@@ -58,6 +58,7 @@ public:
nsCOMPtr<nsITimer> timer;
void (*callback)(NPP npp, uint32_t timerID);
bool inCallback;
bool needUnschedule;
};
class nsNPAPIPluginInstance : public nsISupports