summaryrefslogtreecommitdiffstats
path: root/webkit/support/webkit_support.cc
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/support/webkit_support.cc')
-rw-r--r--webkit/support/webkit_support.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/webkit/support/webkit_support.cc b/webkit/support/webkit_support.cc
index 94ff251..f1aae3d 100644
--- a/webkit/support/webkit_support.cc
+++ b/webkit/support/webkit_support.cc
@@ -541,8 +541,8 @@ WebURL GetDevToolsPathAsURL() {
}
// FileSystem
-void OpenFileSystem(WebFrame*, WebFileSystem::Type,
- WebFileSystemCallbacks* callbacks) {
+void OpenFileSystem(WebFrame*, WebFileSystem::Type type,
+ long long, bool, WebFileSystemCallbacks* callbacks) {
// TODO(kinuko): hook up FileSystemPathManager in a way that the code could
// be shared with test_shell.
if (test_environment->webkit_client()->file_system_root().empty()) {