| Index: content/shell/tools/plugin/main.cpp
|
| diff --git a/content/shell/tools/plugin/main.cpp b/content/shell/tools/plugin/main.cpp
|
| index 2a6cba7e9deacd208017d1712d81706648cdd8fd..ea969d462100224bb7f5e12e73de41003a8b3d28 100644
|
| --- a/content/shell/tools/plugin/main.cpp
|
| +++ b/content/shell/tools/plugin/main.cpp
|
| @@ -268,8 +268,6 @@ NPError NPP_New(NPMIMEType pluginType, NPP instance, uint16_t mode, int16_t argc
|
| obj->alwaysFilterEvents = true;
|
| }
|
| }
|
| - void* windowed = 0;
|
| - browser->setvalue(instance, NPPVpluginWindowBool, windowed);
|
|
|
| #ifdef XP_MACOSX
|
| browser->setvalue(instance, NPPVpluginDrawingModel, (void *)NPDrawingModelCoreGraphics);
|
|
|