mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-05 00:02:37 +00:00
fix MSVC6 build (bug 335120) r=marria
This commit is contained in:
parent
042cc59781
commit
f63f050b59
@ -89,12 +89,14 @@ class nsWindowCollector : public nsIMetricsCollector,
|
||||
|
||||
nsWindowCollector();
|
||||
|
||||
// VC6 needs this to be public
|
||||
void LogWindowOpen(nsITimer *timer, nsISupports *subject);
|
||||
|
||||
private:
|
||||
~nsWindowCollector();
|
||||
|
||||
// timer callback
|
||||
static void WindowOpenCallback(nsITimer *timer, void *closure);
|
||||
void LogWindowOpen(nsITimer *timer, nsISupports *subject);
|
||||
|
||||
// timers that we're using for deferred window open events
|
||||
nsTArray< nsCOMPtr<nsITimer> > mWindowOpenTimers;
|
||||
|
Loading…
x
Reference in New Issue
Block a user