summaryrefslogtreecommitdiffstats
path: root/webkit/support
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/support')
-rw-r--r--webkit/support/webkit_support.cc4
-rw-r--r--webkit/support/webkit_support.h2
2 files changed, 3 insertions, 3 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()) {
diff --git a/webkit/support/webkit_support.h b/webkit/support/webkit_support.h
index 3fc2a03..b835ef2 100644
--- a/webkit/support/webkit_support.h
+++ b/webkit/support/webkit_support.h
@@ -157,7 +157,7 @@ WebKit::WebURL GetDevToolsPathAsURL();
// - FileSystem
void OpenFileSystem(WebKit::WebFrame* frame, WebKit::WebFileSystem::Type type,
- WebKit::WebFileSystemCallbacks* callbacks);
+ long long size, bool create, WebKit::WebFileSystemCallbacks* callbacks);
// -------- Keyboard code
enum {