Index: Source/core/platform/FileChooser.h |
diff --git a/Source/core/platform/FileChooser.h b/Source/core/platform/FileChooser.h |
index 47b307221c7ab80ae9015b672c9779206ace2909..2f8ee011b52e2ed616ce8bcb2cd7ef1bc89569cf 100644 |
--- a/Source/core/platform/FileChooser.h |
+++ b/Source/core/platform/FileChooser.h |
@@ -56,7 +56,7 @@ struct FileChooserSettings { |
Vector<String> acceptFileExtensions; |
Vector<String> selectedFiles; |
#if ENABLE(MEDIA_CAPTURE) |
- String capture; |
+ bool capture; |
#endif |
// Returns a combined vector of acceptMIMETypes and acceptFileExtensions. |