| Index: webkit/api/src/ChromiumBridge.cpp
|
| ===================================================================
|
| --- webkit/api/src/ChromiumBridge.cpp (revision 19855)
|
| +++ webkit/api/src/ChromiumBridge.cpp (working copy)
|
| @@ -148,6 +148,13 @@
|
| webKitClient()->prefetchHostName(hostname);
|
| }
|
|
|
| +// File ------------------------------------------------------------------------
|
| +
|
| +bool ChromiumBridge::getFileSize(const String& path, long long& result)
|
| +{
|
| + return webKitClient()->getFileSize(path, result);
|
| +}
|
| +
|
| // Font -----------------------------------------------------------------------
|
|
|
| #if PLATFORM(WIN_OS)
|
|
|