Skip to content

Commit b91c697

Browse files
committed
Fixed compile error in client handler on Linux.
1 parent d1d4da3 commit b91c697

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cefpython/cef3/client_handler/client_handler.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ bool ClientHandler::OnBeforePopup(CefRefPtr<CefBrowser> browser,
121121
REQUIRE_IO_THREAD();
122122
// Note: passing popupFeatures is not yet supported.
123123
return LifespanHandler_OnBeforePopup(browser, frame, target_url,
124-
target_frame_name, NULL, windowInfo, client, settings,
124+
target_frame_name, 0, windowInfo, client, settings,
125125
no_javascript_access);
126126
}
127127

0 commit comments

Comments
 (0)