Index: Source/platform/FileChooser.h |
diff --git a/Source/platform/FileChooser.h b/Source/platform/FileChooser.h |
index a9673d6e05a721999dfe44f9d16a5deb7609c907..937e99a9b68e8be5166369a8af1640ffe9883e89 100644 |
--- a/Source/platform/FileChooser.h |
+++ b/Source/platform/FileChooser.h |
@@ -56,9 +56,7 @@ struct FileChooserSettings { |
Vector<String> acceptMIMETypes; |
Vector<String> acceptFileExtensions; |
Vector<String> selectedFiles; |
-#if ENABLE(MEDIA_CAPTURE) |
bool useMediaCapture; |
-#endif |
// Returns a combined vector of acceptMIMETypes and acceptFileExtensions. |
Vector<String> PLATFORM_EXPORT acceptTypes() const; |