| Index: webkit/glue/plugins/plugin_constants_win.h
|
| diff --git a/webkit/glue/plugins/plugin_constants_win.h b/webkit/glue/plugins/plugin_constants_win.h
|
| index f00886dc7802ab60c40d59979022bacc471826f8..73573696ad03f7bcaa25ad006efbd9238c8f6661 100644
|
| --- a/webkit/glue/plugins/plugin_constants_win.h
|
| +++ b/webkit/glue/plugins/plugin_constants_win.h
|
| @@ -7,7 +7,7 @@
|
|
|
| // Used by the plugins_test when testing the older WMP plugin to force the new
|
| // plugin to not get loaded.
|
| -#define kUseOldWMPPluginSwitch L"use-old-wmp"
|
| +#define kUseOldWMPPluginSwitch "use-old-wmp"
|
|
|
| // The window class name for a plugin window.
|
| #define kNativeWindowClassName L"NativeWindowClass"
|
|
|