| Index: Source/core/html/forms/FileInputType.cpp
|
| diff --git a/Source/core/html/forms/FileInputType.cpp b/Source/core/html/forms/FileInputType.cpp
|
| index 51ed9036dd28a0be862c6d4da8a9d1be7cf410c0..4d5e753bb5409f292b9ef531aa0edd667b6bed68 100644
|
| --- a/Source/core/html/forms/FileInputType.cpp
|
| +++ b/Source/core/html/forms/FileInputType.cpp
|
| @@ -162,7 +162,7 @@ void FileInputType::handleDOMActivateEvent(Event* event)
|
| settings.acceptFileExtensions = input.acceptFileExtensions();
|
| settings.selectedFiles = m_fileList->pathsForUserVisibleFiles();
|
| settings.useMediaCapture = RuntimeEnabledFeatures::mediaCaptureEnabled() && input.fastHasAttribute(captureAttr);
|
| - chromeClient->runOpenPanel(input.document().frame(), newFileChooser(settings));
|
| + chromeClient->openFileChooser(input.document().frame(), newFileChooser(settings));
|
| }
|
| event->setDefaultHandled();
|
| }
|
|
|