Index: webkit/tools/test_shell/test_webview_delegate.cc |
=================================================================== |
--- webkit/tools/test_shell/test_webview_delegate.cc (revision 188767) |
+++ webkit/tools/test_shell/test_webview_delegate.cc (working copy) |
@@ -813,7 +813,13 @@ |
} |
void TestWebViewDelegate::openFileSystem( |
- WebFrame* frame, WebFileSystem::Type type, long long size, bool create, |
+ WebFrame* frame, |
+#ifdef WEBKIT_USE_NEW_WEBFILESYSTEMTYPE |
+ WebKit::WebFileSystemType type, |
+#else |
+ WebFileSystem::Type type, |
+#endif |
+ long long size, bool create, |
WebFileSystemCallbacks* callbacks) { |
SimpleFileSystem* fileSystem = static_cast<SimpleFileSystem*>( |
WebKit::Platform::current()->fileSystem()); |