mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Fix clang-tidy warnings (see #3632)
This commit is contained in:
@@ -1694,7 +1694,7 @@ class ParentOrderMainTestHandler : public OrderMainTestHandler {
|
||||
};
|
||||
|
||||
void RunOrderMainPopupTest(bool cross_origin) {
|
||||
TestHandler::CompletionState completion_state(/*count=*/2);
|
||||
TestHandler::CompletionState completion_state(/*total=*/2);
|
||||
TestHandler::Collection collection(&completion_state);
|
||||
|
||||
CefRefPtr<PopupOrderMainTestHandler> popup_handler =
|
||||
|
Reference in New Issue
Block a user