Commit 77a77fd
authored
Refactor EmbeddedJxBrowser to use SmartList (#8682)
Replaces ArrayList with SmartList for the inputs list in
handleJxBrowserInstallationFailed. This list typically contains 0-2
elements, making it a good candidate for SmartList optimization.1 parent be87f5b commit 77a77fd
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| 44 | + | |
44 | 45 | | |
45 | 46 | | |
46 | 47 | | |
| |||
304 | 305 | | |
305 | 306 | | |
306 | 307 | | |
307 | | - | |
| 308 | + | |
308 | 309 | | |
309 | 310 | | |
310 | 311 | | |
| |||
0 commit comments