We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ea95d2 commit 89dfa22Copy full SHA for 89dfa22
cpp/iedriver/InputManager.cpp
@@ -199,7 +199,7 @@ bool InputManager::WaitForInputEventProcessing(int input_count) {
199
200
bool InputManager::SetFocusToBrowser(BrowserHandle browser_wrapper) {
201
LOG(TRACE) << "Entering InputManager::SetFocusToBrowser";
202
- DWORD lock_timeout = 0;
+ UINT_PTR lock_timeout = 0;
203
DWORD process_id = 0;
204
DWORD thread_id = ::GetWindowThreadProcessId(browser_wrapper->GetContentWindowHandle(), &process_id);
205
DWORD current_thread_id = ::GetCurrentThreadId();
0 commit comments