| Index: content/shell/tools/plugin/Tests/PluginScriptableObjectOverridesAllProperties.cpp
|
| diff --git a/content/shell/tools/plugin/Tests/PluginScriptableObjectOverridesAllProperties.cpp b/content/shell/tools/plugin/Tests/PluginScriptableObjectOverridesAllProperties.cpp
|
| index 17c288b6d88ff24e0d2493a7f7400691889c800e..d21f3a1b4e4006485ea274f09bceb441f301f468 100644
|
| --- a/content/shell/tools/plugin/Tests/PluginScriptableObjectOverridesAllProperties.cpp
|
| +++ b/content/shell/tools/plugin/Tests/PluginScriptableObjectOverridesAllProperties.cpp
|
| @@ -72,7 +72,7 @@ private:
|
| }
|
| };
|
|
|
| - virtual NPError NPP_GetValue(NPPVariable variable, void *value) OVERRIDE
|
| + virtual NPError NPP_GetValue(NPPVariable variable, void *value) override
|
| {
|
| if (variable != NPPVpluginScriptableNPObject)
|
| return NPERR_GENERIC_ERROR;
|
|
|