Skip to content

Commit

Permalink
Bug 1092102 followup: Add missing 'override' annotation on DebuggerIm…
Browse files Browse the repository at this point in the history
…mediateRunnable::IsDebuggerRunnable().
  • Loading branch information
rmottola committed Jun 28, 2019
1 parent d281de1 commit b4d053c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dom/workers/WorkerPrivate.cpp
Expand Up @@ -1690,7 +1690,7 @@ class DebuggerImmediateRunnable : public WorkerRunnable

private:
virtual bool
IsDebuggerRunnable() const
IsDebuggerRunnable() const override
{
return true;
}
Expand Down

0 comments on commit b4d053c

Please sign in to comment.