From b58341f204675728490dbc01718fe8d3e5a5702c Mon Sep 17 00:00:00 2001 From: Kartikaya Gupta Date: Thu, 18 Jun 2015 10:38:28 -0400 Subject: [PATCH] Bug 1144132 follow up to fix static check build bustage on a CLOSED TREE with r=me --- dom/ipc/ProcessPriorityManager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dom/ipc/ProcessPriorityManager.cpp b/dom/ipc/ProcessPriorityManager.cpp index 2a2e398b35d..1950b9927b8 100644 --- a/dom/ipc/ProcessPriorityManager.cpp +++ b/dom/ipc/ProcessPriorityManager.cpp @@ -101,7 +101,7 @@ public: /** * Creates a new process LRU pool for the specified priority. */ - ProcessLRUPool(ProcessPriority aPriority); + explicit ProcessLRUPool(ProcessPriority aPriority); /** * Used to remove a particular process priority manager from the LRU pool