Bug 1134671: Add 'override' keyword to method Context::Data::GetConnection() (in DOM Cache code). rs=ehsan

This commit is contained in:
Daniel Holbert 2015-05-07 09:56:40 -07:00
parent ae4f745eaf
commit d5d6f706bc

View File

@ -94,7 +94,7 @@ public:
}
virtual mozIStorageConnection*
GetConnection() const
GetConnection() const override
{
MOZ_ASSERT(mTarget == NS_GetCurrentThread());
return mConnection;