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:
Andi-Bogdan Postelnicu
2016-11-15 13:09:07 +02:00
parent 43c97ebe3b
commit efac806caa
18 changed files with 464 additions and 471 deletions

View File

@@ -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)
{