summaryrefslogtreecommitdiffstats
path: root/WebKit/chromium/public/WebFileChooserParams.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebKit/chromium/public/WebFileChooserParams.h')
-rw-r--r--WebKit/chromium/public/WebFileChooserParams.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/WebKit/chromium/public/WebFileChooserParams.h b/WebKit/chromium/public/WebFileChooserParams.h
index 2a30944..8e56d70 100644
--- a/WebKit/chromium/public/WebFileChooserParams.h
+++ b/WebKit/chromium/public/WebFileChooserParams.h
@@ -59,6 +59,12 @@ struct WebFileChooserParams {
// - replacing with other files
// before opening a file chooser dialog.
WebVector<WebString> selectedFiles;
+
+ WebFileChooserParams()
+ : multiSelect(false)
+ , directory(false)
+ {
+ }
};
} // namespace WebKit