s/WebKit/Google Chrome/ on the Chrome issue comment

This commit is contained in:
Eli Grey
2011-08-01 20:31:38 -04:00
parent 5c0ae78853
commit bbb0c1622c
+2 -2
View File
@@ -79,8 +79,8 @@ var saveAs = saveAs || (function(view) {
if (!name) { if (!name) {
name = "download"; name = "download";
} }
// Object and web filesystem URLs have a problem saving in WebKit when viewed // Object and web filesystem URLs have a problem saving in Google Chrome when
// in a tab, so I force object URLs to save with application/octet-stream // viewed in a tab, so I force save with application/octet-stream
// http://code.google.com/p/chromium/issues/detail?id=91158 // http://code.google.com/p/chromium/issues/detail?id=91158
if (view.chrome && type !== force_saveable_type) { if (view.chrome && type !== force_saveable_type) {
slice = blob.slice || blob.webkitSlice; slice = blob.slice || blob.webkitSlice;