Skip to content

Commit

Permalink
Bug 1123523 - Followup build fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
rmottola committed Aug 5, 2019
1 parent d134aa3 commit b88bae2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dom/base/nsDOMMutationObserver.h
Expand Up @@ -710,7 +710,7 @@ class nsAutoAnimationMutationBatch
struct Entry;

public:
nsAutoAnimationMutationBatch(nsINode* aTarget)
explicit nsAutoAnimationMutationBatch(nsINode* aTarget)
: mBatchTarget(nullptr)
{
Init(aTarget);
Expand Down

0 comments on commit b88bae2

Please sign in to comment.