⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 99809 in webkit


Ignore:
Timestamp:
Nov 9, 2011, 8:35:01 PM (15 years ago)
Author:
kevino@webkit.org
Message:

[wx] Unreviewed build fix. Add stub for new method.

Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r99808 r99809  
     12011-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
    182011-11-09  Kevin Ollivier  <kevino@theolliviers.com>
    29
  • trunk/Source/WebCore/platform/wx/FileSystemWx.cpp

    r86072 r99809  
    119119    return String(sFilename);
    120120}
    121 
     121   
     122PlatformFileHandle openFile(const String& path, FileOpenMode mode)
     123{
     124    notImplemented();
     125}
     126   
    122127void closeFile(PlatformFileHandle& handle)
    123128{
Note: See TracChangeset for help on using the changeset viewer.