Index: Source/core/html/FileInputType.cpp |
diff --git a/Source/core/html/FileInputType.cpp b/Source/core/html/FileInputType.cpp |
index 0fbc3f987ed11ec66303a52c82087ce1a96a1901..0612a367c08a4401d146dbee066c7d2aa4714d27 100644 |
--- a/Source/core/html/FileInputType.cpp |
+++ b/Source/core/html/FileInputType.cpp |
@@ -191,7 +191,7 @@ void FileInputType::handleDOMActivateEvent(Event* event) |
settings.acceptFileExtensions = input->acceptFileExtensions(); |
settings.selectedFiles = m_fileList->paths(); |
#if ENABLE(MEDIA_CAPTURE) |
- settings.capture = input->capture(); |
+ settings.capture = input->isCaptureEnabled(); |
#endif |
chrome->runOpenPanel(input->document()->frame(), newFileChooser(settings)); |
} |