Bug 1317241 - Use C++11's override and remove virtual where applicable in dom/ r=baku
MozReview-Commit-ID: 8jUAehd1odv
This commit is contained in:
@@ -466,9 +466,9 @@ class nsPluginThreadRunnable : public Runnable,
|
||||
public:
|
||||
nsPluginThreadRunnable(NPP instance, PluginThreadCallback func,
|
||||
void *userData);
|
||||
virtual ~nsPluginThreadRunnable();
|
||||
~nsPluginThreadRunnable() override;
|
||||
|
||||
NS_IMETHOD Run();
|
||||
NS_IMETHOD Run() override;
|
||||
|
||||
bool IsForInstance(NPP instance)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user