Index: content/shell/tools/plugin/Tests/NPRuntimeRemoveProperty.cpp |
diff --git a/content/shell/tools/plugin/Tests/NPRuntimeRemoveProperty.cpp b/content/shell/tools/plugin/Tests/NPRuntimeRemoveProperty.cpp |
index 929bce3669089e7820f18bb37ff4eddd20e53952..e46d58f0bc05e3d067d8dcde81009633a112408d 100644 |
--- a/content/shell/tools/plugin/Tests/NPRuntimeRemoveProperty.cpp |
+++ b/content/shell/tools/plugin/Tests/NPRuntimeRemoveProperty.cpp |
@@ -92,8 +92,7 @@ private: |
{ |
} |
- virtual ~PluginObject() |
- { |
+ ~PluginObject() override { |
if (m_testObject) |
pluginTest()->NPN_ReleaseObject(m_testObject); |
} |
@@ -159,7 +158,7 @@ private: |
NPObject* m_testObject; |
}; |
- virtual NPError NPP_GetValue(NPPVariable variable, void* value) override { |
+ NPError NPP_GetValue(NPPVariable variable, void* value) override { |
if (variable != NPPVpluginScriptableNPObject) |
return NPERR_GENERIC_ERROR; |