diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-05-14 09:42:43 +0000 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-05-14 09:42:43 +0000 |
| commit | a55da7764c7611d134c74403c5ba8fcb1dd1c26e (patch) | |
| tree | bd66a9dd0b7bfbb2993caadf0876da8c85154b5f /repos/extra/librewolf/clang-fix.patch | |
| parent | 205c528216d26eb1c251404e875adad90a447bb5 (diff) | |
| download | alicelinux-a55da7764c7611d134c74403c5ba8fcb1dd1c26e.tar.gz alicelinux-a55da7764c7611d134c74403c5ba8fcb1dd1c26e.zip | |
librewolf: updated to 138.0.1.2
Diffstat (limited to 'repos/extra/librewolf/clang-fix.patch')
| -rw-r--r-- | repos/extra/librewolf/clang-fix.patch | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/repos/extra/librewolf/clang-fix.patch b/repos/extra/librewolf/clang-fix.patch deleted file mode 100644 index 914cd5d0..00000000 --- a/repos/extra/librewolf/clang-fix.patch +++ /dev/null @@ -1,27 +0,0 @@ - -diff --git a/layout/style/ServoBindings.toml b/layout/style/ServoBindings.toml ---- a/layout/style/ServoBindings.toml -+++ b/layout/style/ServoBindings.toml -@@ -296,16 +296,17 @@ opaque-types = [ - "std::atomic", - "std::atomic___base", - "std::tuple.*", # Causes "Cannot find type _Pred in this scope" error on mac, like rust-skia#571 - "std::.*::tuple.*", - - "mozilla::dom::Touch", - "mozilla::dom::Sequence", - "mozilla::SmallPointerArray", -+ "mozilla::SmallPointerArray_Element", - "mozilla::dom::Optional", - "mozilla::dom::OwningNodeOrString_Value", - "mozilla::dom::Nullable", - "mozilla::external::AtomicRefCounted", - "RefPtr_Proxy", - "RefPtr_Proxy_member_function", - "nsAutoPtr_Proxy", - "nsAutoPtr_Proxy_member_function", - - - - - |