Index: webkit/tools/pepper_test_plugin/main.cc |
=================================================================== |
--- webkit/tools/pepper_test_plugin/main.cc (revision 35153) |
+++ webkit/tools/pepper_test_plugin/main.cc (working copy) |
@@ -171,6 +171,8 @@ |
browser->createobject(instance, PluginObject::GetPluginClass())); |
instance->pdata = obj; |
event_handler = new EventHandler(instance); |
+ |
+ obj->New(pluginType, argc, argn, argv); |
} |
return NPERR_NO_ERROR; |