diff --git a/libcef/web_drop_target_win.cc b/libcef/web_drop_target_win.cc index 615fd3ea4..c6e2e7676 100644 --- a/libcef/web_drop_target_win.cc +++ b/libcef/web_drop_target_win.cc @@ -124,7 +124,7 @@ DWORD WebDropTarget::OnDragOver(IDataObject* data_object, ScreenToClient(GetHWND(), &client_pt); WebDragOperation operation; if (browser_->UIT_GetWebView()) { - browser_->UIT_GetWebView()->dragTargetDragOver( + operation = browser_->UIT_GetWebView()->dragTargetDragOver( WebPoint(client_pt.x, client_pt.y), WebPoint(cursor_position.x, cursor_position.y), web_drag_utils_win::WinDragOpMaskToWebDragOpMask(effects));