Changeset 56325 in webkit


Ignore:
Timestamp:
Mar 22, 2010 1:45:06 AM (14 years ago)
Author:
eric@webkit.org
Message:

2010-03-22 Leandro Pereira <leandro@profusion.mobi>

Reviewed by Simon Hausmann.

Add EFL-specific code to platform/FileSystem.h.
http://webkit.org/b/36313

  • platform/FileSystem.h:
Location:
trunk/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r56324 r56325  
     12010-03-22  Leandro Pereira  <leandro@profusion.mobi>
     2
     3        Reviewed by Simon Hausmann.
     4
     5        Add EFL-specific code to platform/FileSystem.h.
     6        http://webkit.org/b/36313
     7
     8        * platform/FileSystem.h:
     9
    1102010-03-22  Leandro Pereira  <leandro@profusion.mobi>
    211
  • trunk/WebCore/platform/FileSystem.h

    r55633 r56325  
    160160#endif
    161161
     162#if PLATFORM(EFL)
     163char *filenameFromString(const String&);
     164#endif
     165
    162166} // namespace WebCore
    163167
Note: See TracChangeset for help on using the changeset viewer.