File tree 2 files changed +3
-2
lines changed
bundles/org.eclipse.swt/Eclipse SWT Browser/win32/org/eclipse/swt/browser
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 51
51
<dependency >
52
52
<groupId >org.apache.maven.surefire</groupId >
53
53
<artifactId >surefire-junit-platform</artifactId >
54
- <version >3.2.5 </version >
54
+ <version >${surefire.version} </version >
55
55
</dependency >
56
56
</dependencies >
57
57
<executions >
Original file line number Diff line number Diff line change @@ -405,13 +405,14 @@ private ICoreWebView2_13 initializeWebView_13(ICoreWebView2 webView) {
405
405
}
406
406
407
407
private WebViewWrapper getWebViewWrapper (boolean waitForPendingWebviewTasksToFinish ) {
408
+ WebViewWrapper webViewWrapper = getWebViewWrapper ();
408
409
if (waitForPendingWebviewTasksToFinish ) {
409
410
processOSMessagesUntil (lastWebViewTask ::isDone , exception -> {
410
411
lastWebViewTask .completeExceptionally (exception );
411
412
throw exception ;
412
413
}, browser .getDisplay ());
413
414
}
414
- return webViewWrapperFuture . join () ;
415
+ return webViewWrapper ;
415
416
}
416
417
417
418
private WebViewWrapper getWebViewWrapper () {
You can’t perform that action at this time.
0 commit comments