Index: wp-includes/js/swfupload/handlers.js
===================================================================
--- wp-includes/js/swfupload/handlers.js	(revision 9385)
+++ wp-includes/js/swfupload/handlers.js	(working copy)
@@ -205,6 +205,14 @@
 	}
 }
 
+function swfuploadPreLoad() {
+	return true;
+}
+
+function swfuploadLoadFailed() {
+	return true;
+}
+
 function uploadError(fileObj, error_code, message) {
 	// first the file specific error
 	if ( error_code == SWFUpload.UPLOAD_ERROR.MISSING_UPLOAD_URL ) {
