logo

overlay

My own overlay for experimentations, use with caution, no support is provided git clone https://anongit.hacktivis.me/git/overlay.git/

webkit-gtk-2.50.2-tojs-symbol.patch (1159B)


  1. From 730bffd856d2a1e56dd3bd2a0702282f19c5242a Mon Sep 17 00:00:00 2001
  2. From: Adrian Perez de Castro <aperez@igalia.com>
  3. Date: Thu, 20 Nov 2025 00:52:19 +0200
  4. Subject: [PATCH] Unreviewed build fix after 298234.287@webkitglib/2.50
  5. * Source/WebCore/Modules/credentialmanagement/BasicCredential.idl:
  6. Remove the CustomToJSObject flag to avoid a link error due to an
  7. undefined toJS() symbol, letting the binding generator write the
  8. function is enough for the Google Accounts quirk to work.
  9. Canonical link: https://commits.webkit.org/298234.297@webkitglib/2.50
  10. ---
  11. Source/WebCore/Modules/credentialmanagement/BasicCredential.idl | 1 -
  12. 1 file changed, 1 deletion(-)
  13. diff --git a/Source/WebCore/Modules/credentialmanagement/BasicCredential.idl b/Source/WebCore/Modules/credentialmanagement/BasicCredential.idl
  14. index 42114f65fff97..9643b59bf6909 100644
  15. --- a/Source/WebCore/Modules/credentialmanagement/BasicCredential.idl
  16. +++ b/Source/WebCore/Modules/credentialmanagement/BasicCredential.idl
  17. @@ -25,7 +25,6 @@
  18. [
  19. InterfaceName=Credential,
  20. - CustomToJSObject,
  21. EnabledByQuirk=shouldExposeCredentialsContainer,
  22. Exposed=Window,
  23. SecureContext