]> git.eshelyaron.com Git - emacs.git/commitdiff
Use CHECK_LIVE_XWIDGET in xwidget-webkit-estimated-load-progress
authorPo Lu <luangruo@yahoo.com>
Fri, 19 Nov 2021 11:18:48 +0000 (19:18 +0800)
committerPo Lu <luangruo@yahoo.com>
Fri, 19 Nov 2021 11:18:48 +0000 (19:18 +0800)
* src/xwidget.c (Fxwidget_webkit_estimated_load_progress): Check
for live xwidgets instead.

src/xwidget.c

index 62b01b741cd741ff961da4621aad58096be6856b..2f930dcbe793c4d1ed56881a6aa0ebbb2602a8f9 100644 (file)
@@ -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);