| Index: Source/WebKit/chromium/src/ChromeClientImpl.cpp
|
| diff --git a/Source/WebKit/chromium/src/ChromeClientImpl.cpp b/Source/WebKit/chromium/src/ChromeClientImpl.cpp
|
| index 0033857c3f0eebb69eb4ce52d1eff71fdde52dd3..be77b08bf64202e6f0f2cefd4f0d22d60be0780e 100644
|
| --- a/Source/WebKit/chromium/src/ChromeClientImpl.cpp
|
| +++ b/Source/WebKit/chromium/src/ChromeClientImpl.cpp
|
| @@ -733,8 +733,6 @@ void ChromeClientImpl::runOpenPanel(Frame* frame, PassRefPtr<FileChooser> fileCh
|
| params.initialValue = params.selectedFiles[0];
|
| #if ENABLE(MEDIA_CAPTURE)
|
| params.capture = fileChooser->settings().capture;
|
| -#else
|
| - params.capture = WebString();
|
| #endif
|
| WebFileChooserCompletionImpl* chooserCompletion =
|
| new WebFileChooserCompletionImpl(fileChooser);
|
|
|