diff -r 0ed94ceaa377 -r cb62a4f66ebe webengine/osswebengine/WebKit/s60/plugins/NpnImplementation.cpp --- a/webengine/osswebengine/WebKit/s60/plugins/NpnImplementation.cpp Thu Dec 17 09:20:16 2009 +0200 +++ b/webengine/osswebengine/WebKit/s60/plugins/NpnImplementation.cpp Thu Jan 07 13:31:38 2010 +0200 @@ -494,7 +494,7 @@ else { cursorPos = static_cast(aSetValue); } - pluginWin->pluginDeactivate(*cursorPos); + pluginWin->pluginDeactivate(*cursorPos); } } break;