mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Update source files for bracket style
This commit is contained in:
@@ -255,8 +255,9 @@ class OsrPopupJSOtherClientTestHandler : public TestHandler,
|
||||
bool isLoading,
|
||||
bool canGoBack,
|
||||
bool canGoForward) override {
|
||||
if (isLoading)
|
||||
if (isLoading) {
|
||||
return;
|
||||
}
|
||||
|
||||
if (browser->IsPopup()) {
|
||||
got_load_end_popup_.yes();
|
||||
|
Reference in New Issue
Block a user