Skip to content

Commit

Permalink
Bug 836735 - Add interface to QI implementation for ProcessPriorityMa…
Browse files Browse the repository at this point in the history
…nager. r=bent
  • Loading branch information
jlebar committed Jan 31, 2013
1 parent da8285c commit 185cd85
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dom/ipc/ProcessPriorityManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,8 @@ class ProcessPriorityManager MOZ_FINAL
nsWeakPtr mMemoryMinimizerRunnable;
};

NS_IMPL_ISUPPORTS2(ProcessPriorityManager, nsIObserver, nsIDOMEventListener)
NS_IMPL_ISUPPORTS3(ProcessPriorityManager, nsIObserver,
nsIDOMEventListener, nsITimerCallback)

ProcessPriorityManager::ProcessPriorityManager()
: mProcessPriority(ProcessPriority(-1))
Expand Down

0 comments on commit 185cd85

Please sign in to comment.