Skip to content

Commit

Permalink
Bug 1434722: Remove bad default for WorkerControlRunnable's aBehavior…
Browse files Browse the repository at this point in the history
… parameter. r=bkelly

MozReview-Commit-ID: GYaGPAAWgZM
  • Loading branch information
Jim Blandy committed Feb 1, 2018
1 parent 200b4c9 commit bab626f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dom/workers/WorkerRunnable.h
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ class WorkerControlRunnable : public WorkerRunnable

protected:
WorkerControlRunnable(WorkerPrivate* aWorkerPrivate,
TargetAndBusyBehavior aBehavior = WorkerThreadModifyBusyCount)
TargetAndBusyBehavior aBehavior)
#ifdef DEBUG
;
#else
Expand Down

0 comments on commit bab626f

Please sign in to comment.