summaryrefslogtreecommitdiffstats
path: root/chromium/build/patches/chromium_fontmatching-logspam.patch
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/build/patches/chromium_fontmatching-logspam.patch')
-rw-r--r--chromium/build/patches/chromium_fontmatching-logspam.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/chromium/build/patches/chromium_fontmatching-logspam.patch b/chromium/build/patches/chromium_fontmatching-logspam.patch
new file mode 100644
index 00000000..9321a98a
--- /dev/null
+++ b/chromium/build/patches/chromium_fontmatching-logspam.patch
@@ -0,0 +1,13 @@
+diff --git a/content/child/child_process_sandbox_support_impl_linux.cc b/content/child/child_process_sandbox_support_impl_linux.cc
+index 0a57543eb5..fe2ee491a2 100644
+--- a/content/child/child_process_sandbox_support_impl_linux.cc
++++ b/content/child/child_process_sandbox_support_impl_linux.cc
+@@ -78,8 +78,6 @@ void WebSandboxSupportLinux::MatchFontByPostscriptNameOrFullFontName(
+ std::string family_name;
+ if (!font_loader_->MatchFontByPostscriptNameOrFullFontName(font_unique_name,
+ &font_identity)) {
+- LOG(ERROR) << "FontService unique font name matching request did not "
+- "receive a response.";
+ return;
+ }
+