зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1382922 - Fix test bustage on a CLOSED TREE
MozReview-Commit-ID: D03XhT1oTP0
This commit is contained in:
Родитель
12e61085ce
Коммит
a5168688f9
|
@ -16,7 +16,7 @@ using mozilla::Runnable;
|
|||
class TestEvent final : public Runnable, nsIRunnablePriority
|
||||
{
|
||||
public:
|
||||
explicit TestEvent(int* aCounter, std::function<void()> aCheck, uint32_t aPriority = nsIRunnablePriority::PRIORITY_NORMAL)
|
||||
explicit TestEvent(int* aCounter, std::function<void()>&& aCheck, uint32_t aPriority = nsIRunnablePriority::PRIORITY_NORMAL)
|
||||
: Runnable("TestEvent")
|
||||
, mCounter(aCounter)
|
||||
, mCheck(Move(aCheck))
|
||||
|
|
Загрузка…
Ссылка в новой задаче