diff options
Diffstat (limited to 'www/nyxt/files/patch-__build_cl-webkit_webkit2_webkit2.web-view.lisp')
| -rw-r--r-- | www/nyxt/files/patch-__build_cl-webkit_webkit2_webkit2.web-view.lisp | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/www/nyxt/files/patch-__build_cl-webkit_webkit2_webkit2.web-view.lisp b/www/nyxt/files/patch-__build_cl-webkit_webkit2_webkit2.web-view.lisp new file mode 100644 index 000000000000..9e6c1075b214 --- /dev/null +++ b/www/nyxt/files/patch-__build_cl-webkit_webkit2_webkit2.web-view.lisp @@ -0,0 +1,12 @@ +--- _build/cl-webkit/webkit2/webkit2.web-view.lisp.orig 2025-11-09 06:31:52 UTC ++++ _build/cl-webkit/webkit2/webkit2.web-view.lisp +@@ -276,7 +276,8 @@ + + (declaim (ftype (function (webkit-web-view string &optional + (or null (function (t t))) +- (or null (function (condition))) string)) ++ (or null (function (condition))) ++ (or null string))) + webkit-web-view-evaluate-javascript)) + (defun webkit-web-view-evaluate-javascript (web-view javascript + &optional call-back error-call-back world) |
