| Index: content/shell/tools/plugin/Tests/LeakWindowScriptableObject.cpp
|
| diff --git a/content/shell/tools/plugin/Tests/LeakWindowScriptableObject.cpp b/content/shell/tools/plugin/Tests/LeakWindowScriptableObject.cpp
|
| index bfc1a27e16575b11032064e9ddfe3ff114e75cab..3b68c5ba72e2b54b218b231bddd673df104fe8c1 100644
|
| --- a/content/shell/tools/plugin/Tests/LeakWindowScriptableObject.cpp
|
| +++ b/content/shell/tools/plugin/Tests/LeakWindowScriptableObject.cpp
|
| @@ -14,12 +14,12 @@ public:
|
| }
|
|
|
| private:
|
| - virtual NPError NPP_New(NPMIMEType pluginType,
|
| - uint16_t mode,
|
| - int16_t argc,
|
| - char* argn[],
|
| - char* argv[],
|
| - NPSavedData* saved) override {
|
| + NPError NPP_New(NPMIMEType pluginType,
|
| + uint16_t mode,
|
| + int16_t argc,
|
| + char* argn[],
|
| + char* argv[],
|
| + NPSavedData* saved) override {
|
| // Get a new reference to the window script object.
|
| NPObject* window;
|
| if (NPN_GetValue(NPNVWindowNPObject, &window) != NPERR_NO_ERROR) {
|
|
|