firefox: remove the sed for ROOT_CLIP_CHAIN

This is now upstream
This commit is contained in:
Pierre Labastie 2023-04-01 20:56:17 +02:00
parent 597ad45034
commit 9c2509640c

View File

@ -291,7 +291,7 @@ EOF</userinput></screen>
Compile <application>Firefox</application> by issuing the following
commands:
</para>
<!-- Fixed in 102.9
<para>
A change in cbindgen-0.24.2 causes a symbol to now be output by
cbindgen, but it has already been defined in a header. This sed
@ -299,7 +299,7 @@ EOF</userinput></screen>
</para>
<screen><userinput>sed -i '/ROOT_CLIP_CHAIN/d' gfx/webrender_bindings/webrender_ffi.h</userinput></screen>
-->
<!-- Not needed with clang. Upstream bug at
https://bugzilla.mozilla.org/show_bug.cgi?id=1729459