Chromium Code Reviews| Index: chrome/renderer/webplugin_delegate_proxy.cc |
| =================================================================== |
| --- chrome/renderer/webplugin_delegate_proxy.cc (revision 27620) |
| +++ chrome/renderer/webplugin_delegate_proxy.cc (working copy) |
| @@ -964,7 +964,7 @@ |
| if (!drag_id || !WebBindings::isDragEvent(event)) |
| return; |
| - *success = webview->SetDropEffect(effect != 0); |
| + *success = webview->setDropEffect(effect != 0); |
| } |
| void WebPluginDelegateProxy::OnMissingPluginStatus(int status) { |