projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a5e1f8b
)
Use CHECK_LIVE_XWIDGET in xwidget-webkit-estimated-load-progress
author
Po Lu
<luangruo@yahoo.com>
Fri, 19 Nov 2021 11:18:48 +0000
(19:18 +0800)
committer
Po 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
patch
|
blob
|
history
diff --git
a/src/xwidget.c
b/src/xwidget.c
index 62b01b741cd741ff961da4621aad58096be6856b..2f930dcbe793c4d1ed56881a6aa0ebbb2602a8f9 100644
(file)
--- 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);