Index: webkit/glue/webkitclient_impl.h |
=================================================================== |
--- webkit/glue/webkitclient_impl.h (revision 42417) |
+++ webkit/glue/webkitclient_impl.h (working copy) |
@@ -30,7 +30,8 @@ |
virtual bool deleteEmptyDirectory(const WebKit::WebString& path); |
virtual bool getFileSize(const WebKit::WebString& path, long long& result); |
virtual bool getFileModificationTime( |
- const WebKit::WebString& path, time_t& result); |
+ const WebKit::WebString& path, |
+ double& result); |
virtual WebKit::WebString directoryName(const WebKit::WebString& path); |
virtual WebKit::WebString pathByAppendingComponent( |
const WebKit::WebString& path, const WebKit::WebString& component); |