diff options
Diffstat (limited to 'webkit/glue/plugins/plugin_constants_win.h')
-rw-r--r-- | webkit/glue/plugins/plugin_constants_win.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/glue/plugins/plugin_constants_win.h b/webkit/glue/plugins/plugin_constants_win.h index f00886d..7357369 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" |