Skip to content

Commit

Permalink
Merge pull request #5315 from GlebNovodranPE/sprint/24Q2
Browse files Browse the repository at this point in the history
Workaround for the race condition in bmalloc's BMScavenger caused by …
  • Loading branch information
emutavchi committed May 24, 2024
2 parents 6a7a725 + 97af263 commit 683b087
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions WebKitBrowser/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,10 @@ if(NOT WEBKIT_GLIB_API)
target_sources(${PLUGIN_WEBKITBROWSER_IMPLEMENTATION} PRIVATE InjectedBundle/Utils.cpp)
endif()

# This is a temporary solution. Normally we should leave this to the framework.
# Do not replicate for other plugins.
target_link_options(${PLUGIN_WEBKITBROWSER_IMPLEMENTATION} PRIVATE "-Wl,-z,nodelete")

target_link_libraries(${PLUGIN_WEBKITBROWSER_IMPLEMENTATION}
PRIVATE
${NAMESPACE}Plugins::${NAMESPACE}Plugins
Expand Down

0 comments on commit 683b087

Please sign in to comment.