diff options
Diffstat (limited to 'webkit/tools')
-rw-r--r-- | webkit/tools/test_shell/test_webview_delegate.cc | 2 | ||||
-rw-r--r-- | webkit/tools/test_shell/test_webview_delegate.h | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/webkit/tools/test_shell/test_webview_delegate.cc b/webkit/tools/test_shell/test_webview_delegate.cc index a5a76ed..9bbf1a6 100644 --- a/webkit/tools/test_shell/test_webview_delegate.cc +++ b/webkit/tools/test_shell/test_webview_delegate.cc @@ -1122,7 +1122,7 @@ bool TestWebViewDelegate::allowScript(WebFrame* frame, } 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. diff --git a/webkit/tools/test_shell/test_webview_delegate.h b/webkit/tools/test_shell/test_webview_delegate.h index 32e0094..c63cb9f 100644 --- a/webkit/tools/test_shell/test_webview_delegate.h +++ b/webkit/tools/test_shell/test_webview_delegate.h @@ -232,6 +232,7 @@ class TestWebViewDelegate : public WebKit::WebViewClient, WebKit::WebFrame* frame, WebKit::WebFileSystem::Type type, long long size, + bool create, WebKit::WebFileSystemCallbacks* callbacks); // webkit_glue::WebPluginPageDelegate |