| Index: webkit/plugins/npapi/plugin_host.cc
|
| diff --git a/webkit/plugins/npapi/plugin_host.cc b/webkit/plugins/npapi/plugin_host.cc
|
| index 25df1f832afd0e9e2e07726ffafca4279d70527a..7b8cea79c094a6c9909f5a7047fa35d501cfebe9 100644
|
| --- a/webkit/plugins/npapi/plugin_host.cc
|
| +++ b/webkit/plugins/npapi/plugin_host.cc
|
| @@ -757,7 +757,7 @@ NPError NPN_GetValue(NPP id, NPNVariable variable, void* value) {
|
| rv = NPERR_NO_ERROR;
|
| break;
|
| }
|
| - #if defined(TOOLKIT_USES_GTK)
|
| + #if defined(TOOLKIT_GTK)
|
| case NPNVToolkit:
|
| // Tell them we are GTK2. (The alternative is GTK 1.2.)
|
| *reinterpret_cast<int*>(value) = NPNVGtk2;
|
|
|