 Chromium Code Reviews
 Chromium Code Reviews Issue 11370004:
  Revert 123677 - Merge 123495 - Files from drag and file <input> should use getMIMETypeForExtension …  (Closed) 
  Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1180/
    
  
    Issue 11370004:
  Revert 123677 - Merge 123495 - Files from drag and file <input> should use getMIMETypeForExtension …  (Closed) 
  Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1180/| Index: Source/WebCore/html/FileInputType.cpp | 
| =================================================================== | 
| --- Source/WebCore/html/FileInputType.cpp (revision 133651) | 
| +++ Source/WebCore/html/FileInputType.cpp (working copy) | 
| @@ -287,7 +287,7 @@ | 
| #endif | 
| for (size_t i = 0; i < size; i++) | 
| - fileList->append(File::createWithName(files[i].path, files[i].displayName, File::AllContentTypes)); | 
| + fileList->append(File::createWithName(files[i].path, files[i].displayName)); | 
| return fileList; | 
| } |