Title: [162603] trunk/Tools
Revision
162603
Author
commit-qu...@webkit.org
Date
2014-01-23 02:46:17 -0800 (Thu, 23 Jan 2014)

Log Message

Remove a FIXME comment that is already fixed.
https://bugs.webkit.org/show_bug.cgi?id=127468

Patch by László Langó <llango.u-sze...@partner.samsung.com> on 2014-01-23
Reviewed by Csaba Osztrogonác.

* Scripts/webkitpy/style/filereader.py:
(TextFileReader.__init__):

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (162602 => 162603)


--- trunk/Tools/ChangeLog	2014-01-23 10:02:11 UTC (rev 162602)
+++ trunk/Tools/ChangeLog	2014-01-23 10:46:17 UTC (rev 162603)
@@ -1,3 +1,13 @@
+2014-01-23  László Langó  <llango.u-sze...@partner.samsung.com>
+
+        Remove a FIXME comment that is already fixed.
+        https://bugs.webkit.org/show_bug.cgi?id=127468
+
+        Reviewed by Csaba Osztrogonác.
+
+        * Scripts/webkitpy/style/filereader.py:
+        (TextFileReader.__init__):
+
 2014-01-22  Carlos Garcia Campos  <cgar...@igalia.com>
 
         [GLIB] Use GUniquePtr instead of GOwnPtr

Modified: trunk/Tools/Scripts/webkitpy/style/filereader.py (162602 => 162603)


--- trunk/Tools/Scripts/webkitpy/style/filereader.py	2014-01-23 10:02:11 UTC (rev 162602)
+++ trunk/Tools/Scripts/webkitpy/style/filereader.py	2014-01-23 10:46:17 UTC (rev 162603)
@@ -59,7 +59,7 @@
           processor: A ProcessorBase instance.
 
         """
-        # FIXME: Although TextFileReader requires a FileSystem it circumvents it in two places!
+
         self.filesystem = filesystem
         self._processor = processor
         self.file_count = 0
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to