Title: [161519] trunk/Tools
- Revision
- 161519
- Author
- [email protected]
- Date
- 2014-01-08 13:38:42 -0800 (Wed, 08 Jan 2014)
Log Message
Unreviewed, rolling out r161517.
http://trac.webkit.org/changeset/161517
https://bugs.webkit.org/show_bug.cgi?id=126659
The fix didn't completely remove the problem and is now
standing in the way of the rollout of the offending patch
(Requested by zdobersek on #webkit).
Patch by Commit Queue <[email protected]> on 2014-01-08
* Scripts/webkitpy/port/gtk.py:
(GtkPort.__init__):
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (161518 => 161519)
--- trunk/Tools/ChangeLog 2014-01-08 21:19:21 UTC (rev 161518)
+++ trunk/Tools/ChangeLog 2014-01-08 21:38:42 UTC (rev 161519)
@@ -1,3 +1,16 @@
+2014-01-08 Commit Queue <[email protected]>
+
+ Unreviewed, rolling out r161517.
+ http://trac.webkit.org/changeset/161517
+ https://bugs.webkit.org/show_bug.cgi?id=126659
+
+ The fix didn't completely remove the problem and is now
+ standing in the way of the rollout of the offending patch
+ (Requested by zdobersek on #webkit).
+
+ * Scripts/webkitpy/port/gtk.py:
+ (GtkPort.__init__):
+
2014-01-08 Zan Dobersek <[email protected]>
Unreviewed. Attempting to fix webkitpy tests after r161512.
Modified: trunk/Tools/Scripts/webkitpy/port/gtk.py (161518 => 161519)
--- trunk/Tools/Scripts/webkitpy/port/gtk.py 2014-01-08 21:19:21 UTC (rev 161518)
+++ trunk/Tools/Scripts/webkitpy/port/gtk.py 2014-01-08 21:38:42 UTC (rev 161519)
@@ -47,9 +47,9 @@
def __init__(self, *args, **kwargs):
super(GtkPort, self).__init__(*args, **kwargs)
self._pulseaudio_sanitizer = PulseAudioSanitizer()
+ self._leakdetector = LeakDetectorValgrind(self._filesystem, self.results_directory())
if self.get_option("leaks"):
- self._leakdetector = LeakDetectorValgrind(self._filesystem, self.results_directory())
if not self.get_option("wrapper"):
raise ValueError('use --wrapper=\"valgrind\" for memory leak detection on GTK')
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes