Title: [276898] trunk/Tools
Revision
276898
Author
aakash_j...@apple.com
Date
2021-05-03 07:04:22 -0700 (Mon, 03 May 2021)

Log Message

Remove unused gtk_im_multicontext_get_slave from valgrind/suppressions.txt
https://bugs.webkit.org/show_bug.cgi?id=225300

Reviewed by Žan Doberšek.

* Scripts/valgrind/suppressions.txt:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (276897 => 276898)


--- trunk/Tools/ChangeLog	2021-05-03 12:29:01 UTC (rev 276897)
+++ trunk/Tools/ChangeLog	2021-05-03 14:04:22 UTC (rev 276898)
@@ -1,3 +1,12 @@
+2021-05-03  Aakash Jain  <aakash_j...@apple.com>
+
+        Remove unused gtk_im_multicontext_get_slave from valgrind/suppressions.txt
+        https://bugs.webkit.org/show_bug.cgi?id=225300
+
+        Reviewed by Žan Doberšek.
+
+        * Scripts/valgrind/suppressions.txt:
+
 2021-05-03  Youenn Fablet  <you...@apple.com>
 
         Use OptionSet for MediaProducer::MutedStateFlags

Modified: trunk/Tools/Scripts/valgrind/suppressions.txt (276897 => 276898)


--- trunk/Tools/Scripts/valgrind/suppressions.txt	2021-05-03 12:29:01 UTC (rev 276897)
+++ trunk/Tools/Scripts/valgrind/suppressions.txt	2021-05-03 14:04:22 UTC (rev 276898)
@@ -203,7 +203,6 @@
    fun:malloc
    fun:g_malloc
    fun:g_strdup
-   fun:gtk_im_multicontext_get_slave
    fun:gtk_im_multicontext_set_client_window
    fun:gtk_im_context_set_client_window
 }
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to