Title: [225611] trunk/Tools
Revision
225611
Author
a...@apple.com
Date
2017-12-06 16:43:29 -0800 (Wed, 06 Dec 2017)

Log Message

Exclude another leak callstack.

* Scripts/webkitpy/port/leakdetector.py: (LeakDetector._callstacks_to_exclude_from_leaks):

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (225610 => 225611)


--- trunk/Tools/ChangeLog	2017-12-07 00:41:14 UTC (rev 225610)
+++ trunk/Tools/ChangeLog	2017-12-07 00:43:29 UTC (rev 225611)
@@ -1,3 +1,9 @@
+2017-12-06  Alexey Proskuryakov  <a...@apple.com>
+
+        Exclude another leak callstack.
+
+        * Scripts/webkitpy/port/leakdetector.py: (LeakDetector._callstacks_to_exclude_from_leaks):
+
 2017-12-06  Jeff Miller  <je...@apple.com>
 
         -[WKWebViewConfiguration copyWithZone] doesn't copy _groupIdentifier

Modified: trunk/Tools/Scripts/webkitpy/port/leakdetector.py (225610 => 225611)


--- trunk/Tools/Scripts/webkitpy/port/leakdetector.py	2017-12-07 00:41:14 UTC (rev 225610)
+++ trunk/Tools/Scripts/webkitpy/port/leakdetector.py	2017-12-07 00:43:29 UTC (rev 225611)
@@ -58,6 +58,7 @@
             'WebCore::createPrivateStorageSession', # <rdar://problem/35189565>
             'CIDeviceManagerStartMonitoring', # <rdar://problem/35711052>
             'NSSpellChecker init', # <rdar://problem/35434615>
+            'NSColor controlHighlightColor', # <rdar://problem/35816332>
         ]
         return callstacks
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to