Changeset 99809 in webkit
- Timestamp:
- Nov 9, 2011, 8:35:01 PM (15 years ago)
- Location:
- trunk/Source/WebCore
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
platform/wx/FileSystemWx.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/ChangeLog
r99808 r99809 1 2011-11-09 Kevin Ollivier <kevino@theolliviers.com> 2 3 [wx] Unreviewed build fix. Add stub for new method. 4 5 * platform/wx/FileSystemWx.cpp: 6 (WebCore::openFile): 7 1 8 2011-11-09 Kevin Ollivier <kevino@theolliviers.com> 2 9 -
trunk/Source/WebCore/platform/wx/FileSystemWx.cpp
r86072 r99809 119 119 return String(sFilename); 120 120 } 121 121 122 PlatformFileHandle openFile(const String& path, FileOpenMode mode) 123 { 124 notImplemented(); 125 } 126 122 127 void closeFile(PlatformFileHandle& handle) 123 128 {
Note:
See TracChangeset
for help on using the changeset viewer.