Changeset 162603 in webkit


Ignore:
Timestamp:
Jan 23, 2014 2:46:17 AM (10 years ago)
Author:
commit-queue@webkit.org
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-szeged@partner.samsung.com> on 2014-01-23
Reviewed by Csaba Osztrogonác.

  • Scripts/webkitpy/style/filereader.py:

(TextFileReader.init):

Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r162599 r162603  
     12014-01-23  László Langó  <llango.u-szeged@partner.samsung.com>
     2
     3        Remove a FIXME comment that is already fixed.
     4        https://bugs.webkit.org/show_bug.cgi?id=127468
     5
     6        Reviewed by Csaba Osztrogonác.
     7
     8        * Scripts/webkitpy/style/filereader.py:
     9        (TextFileReader.__init__):
     10
    1112014-01-22  Carlos Garcia Campos  <cgarcia@igalia.com>
    212
  • trunk/Tools/Scripts/webkitpy/style/filereader.py

    r161986 r162603  
    6060
    6161        """
    62         # FIXME: Although TextFileReader requires a FileSystem it circumvents it in two places!
     62
    6363        self.filesystem = filesystem
    6464        self._processor = processor
Note: See TracChangeset for help on using the changeset viewer.