| Index: webkit/glue/plugins/plugin_host.cc
|
| ===================================================================
|
| --- webkit/glue/plugins/plugin_host.cc (revision 32063)
|
| +++ webkit/glue/plugins/plugin_host.cc (working copy)
|
| @@ -955,8 +955,8 @@
|
| // we support Carbon and Cocoa event models
|
| int model = reinterpret_cast<int>(value);
|
| switch (model) {
|
| - case NPNVsupportsCarbonBool:
|
| - case NPNVsupportsCocoaBool:
|
| + case NPEventModelCarbon:
|
| + case NPEventModelCocoa:
|
| plugin->set_event_model(model);
|
| return NPERR_NO_ERROR;
|
| break;
|
|
|