Title: [99809] trunk/Source/WebCore
Revision
99809
Author
[email protected]
Date
2011-11-09 20:35:01 -0800 (Wed, 09 Nov 2011)

Log Message

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

Modified Paths


Diff

Modified: trunk/Source/WebCore/ChangeLog (99808 => 99809)


--- trunk/Source/WebCore/ChangeLog	2011-11-10 04:33:38 UTC (rev 99808)
+++ trunk/Source/WebCore/ChangeLog	2011-11-10 04:35:01 UTC (rev 99809)
@@ -1,5 +1,12 @@
 2011-11-09  Kevin Ollivier  <[email protected]>
 
+        [wx] Unreviewed build fix. Add stub for new method.
+        
+        * platform/wx/FileSystemWx.cpp:
+        (WebCore::openFile):
+
+2011-11-09  Kevin Ollivier  <[email protected]>
+
         [wx] Unreviewed build fix. wx should not be excluded
         from building ScopedFramePaintingState code.
 

Modified: trunk/Source/WebCore/platform/wx/FileSystemWx.cpp (99808 => 99809)


--- trunk/Source/WebCore/platform/wx/FileSystemWx.cpp	2011-11-10 04:33:38 UTC (rev 99808)
+++ trunk/Source/WebCore/platform/wx/FileSystemWx.cpp	2011-11-10 04:35:01 UTC (rev 99809)
@@ -118,7 +118,12 @@
     handle = temp;
     return String(sFilename);
 }
-
+    
+PlatformFileHandle openFile(const String& path, FileOpenMode mode)
+{
+    notImplemented();
+}
+    
 void closeFile(PlatformFileHandle& handle)
 {
     if (handle && handle != invalidPlatformFileHandle)
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to