Mac: Fix compile error due to multiply defined type (see issue #2421)

This commit is contained in:
Marshall Greenblatt 2021-06-09 15:45:18 -04:00
parent 0aad12fe1b
commit ecbeca36e7
1 changed files with 1 additions and 1 deletions

View File

@ -1487,7 +1487,7 @@ class ParentOrderMainTestHandler : public OrderMainTestHandler {
CefRefPtr<CefFrame> frame,
const CefString& target_url,
const CefString& target_frame_name,
WindowOpenDisposition target_disposition,
CefLifeSpanHandler::WindowOpenDisposition target_disposition,
bool user_gesture,
const CefPopupFeatures& popupFeatures,
CefWindowInfo& windowInfo,