Skip to content

Commit

Permalink
Bug 1230265 - Mark constructor as explicit; r=me
Browse files Browse the repository at this point in the history
ON A CLOSED TREE.

MozReview-Commit-ID: 1jCfP6OzCfH
  • Loading branch information
Jean-Yves Avenard committed Mar 9, 2016
1 parent 629fcdc commit b9f3640
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dom/media/Benchmark.h
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ class Benchmark : public QueueObject

typedef MozPromise<uint32_t, bool, /* IsExclusive = */ true> BenchmarkPromise;

Benchmark(MediaDataDemuxer* aDemuxer, const Parameters& aParameters = Parameters());
explicit Benchmark(MediaDataDemuxer* aDemuxer, const Parameters& aParameters = Parameters());
RefPtr<BenchmarkPromise> Run();
void ReturnResult(uint32_t aDecodeFps);
void Dispose();
Expand Down

0 comments on commit b9f3640

Please sign in to comment.