mirror of
https://github.com/JetBrains/JetBrainsRuntime.git
synced 2025-12-06 09:29:38 +01:00
JBR-2645 enable CefBrowser.close(true) in jcef reg tests
(cherry picked from commit 492c217125)
This commit is contained in:
@@ -99,7 +99,7 @@ public class JBCefBrowser {
|
||||
}
|
||||
|
||||
public void dispose() {
|
||||
// myCefBrowser.close(false);
|
||||
myCefBrowser.close(true);
|
||||
myCefClient.dispose();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user