| Index: webkit/glue/plugins/test/plugin_client.cc
|
| ===================================================================
|
| --- webkit/glue/plugins/test/plugin_client.cc (revision 17403)
|
| +++ webkit/glue/plugins/test/plugin_client.cc (working copy)
|
| @@ -109,7 +109,8 @@
|
| // TODO(port): plugin_windowless_test.*.
|
| } else if (test_name == "execute_script_delete_in_paint" ||
|
| test_name == "execute_script_delete_in_mouse_move" ||
|
| - test_name == "delete_frame_test") {
|
| + test_name == "delete_frame_test" ||
|
| + test_name == "multiple_instances_sync_calls") {
|
| new_test = new NPAPIClient::WindowlessPluginTest(instance,
|
| NPAPIClient::PluginClient::HostFunctions(), test_name);
|
| windowless_plugin = true;
|
|
|