mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1134671: Add 'override' keyword to method Context::Data::GetConnection() (in DOM Cache code). rs=ehsan
This commit is contained in:
parent
ae4f745eaf
commit
d5d6f706bc
2
dom/cache/Context.cpp
vendored
2
dom/cache/Context.cpp
vendored
@ -94,7 +94,7 @@ public:
|
||||
}
|
||||
|
||||
virtual mozIStorageConnection*
|
||||
GetConnection() const
|
||||
GetConnection() const override
|
||||
{
|
||||
MOZ_ASSERT(mTarget == NS_GetCurrentThread());
|
||||
return mConnection;
|
||||
|
Loading…
Reference in New Issue
Block a user