Bug 1092102 followup: Add missing 'override' annotation on DebuggerImmediateRunnable::IsDebuggerRunnable(). rs=ehsan

This commit is contained in:
Daniel Holbert 2015-03-30 10:18:07 -07:00
parent b60273bf0c
commit de30828a72

View File

@ -1690,7 +1690,7 @@ public:
private:
virtual bool
IsDebuggerRunnable() const
IsDebuggerRunnable() const override
{
return true;
}