Index: webkit/tools/test_shell/test_webview_delegate.cc |
=================================================================== |
--- webkit/tools/test_shell/test_webview_delegate.cc (revision 64803) |
+++ webkit/tools/test_shell/test_webview_delegate.cc (working copy) |
@@ -1122,7 +1122,7 @@ |
} |
void TestWebViewDelegate::openFileSystem( |
- WebFrame* frame, WebFileSystem::Type type, long long size, |
+ WebFrame* frame, WebFileSystem::Type type, long long size, bool create, |
WebFileSystemCallbacks* callbacks) { |
if (shell_->file_system_root().empty()) { |
// The FileSystem temp directory was not initialized successfully. |