From 24c67435ea5f15aa858f4a12b00055ed92baa1d9 Mon Sep 17 00:00:00 2001 From: Po Lu Date: Fri, 19 Nov 2021 19:18:48 +0800 Subject: [PATCH] Use CHECK_LIVE_XWIDGET in xwidget-webkit-estimated-load-progress * src/xwidget.c (Fxwidget_webkit_estimated_load_progress): Check for live xwidgets instead. --- src/xwidget.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xwidget.c b/src/xwidget.c index 62b01b741cd..2f930dcbe79 100644 --- a/src/xwidget.c +++ b/src/xwidget.c @@ -2567,7 +2567,7 @@ is to completely loading its page. */) WebKitWebView *webview; double value; - CHECK_XWIDGET (xwidget); + CHECK_LIVE_XWIDGET (xwidget); xw = XXWIDGET (xwidget); CHECK_WEBKIT_WIDGET (xw); -- 2.39.5