| Index: webkit/tools/test_shell/plugin_tests.cc
|
| diff --git a/webkit/tools/test_shell/plugin_tests.cc b/webkit/tools/test_shell/plugin_tests.cc
|
| index 7580d4e05a68fd9517bb47d80865a5bd8d73a144..be715d51d6d1aa975efabe3b649478fc2f1948c1 100644
|
| --- a/webkit/tools/test_shell/plugin_tests.cc
|
| +++ b/webkit/tools/test_shell/plugin_tests.cc
|
| @@ -168,7 +168,7 @@ BOOL CALLBACK EnumChildProc(HWND hwnd, LPARAM lparam) {
|
| // Tests that hiding/showing the parent frame hides/shows the plugin.
|
| // Fails for WIN. http://crbug.com/111601
|
| #if defined(OS_WIN)
|
| -#define MAYBE_PluginVisibilty FAILS_PluginVisibilty
|
| +#define MAYBE_PluginVisibilty DISABLED_PluginVisibilty
|
| #else
|
| #define MAYBE_PluginVisibilty PluginVisibilty
|
| #endif
|
|
|