diff --git src/wp-includes/js/customize-base.js src/wp-includes/js/customize-base.js
index 79ba464..b4b7279 100644
--- src/wp-includes/js/customize-base.js
+++ src/wp-includes/js/customize-base.js
@@ -704,8 +704,9 @@ window.wp = window.wp || {};
 
 			event = event.originalEvent;
 
-			if ( ! this.targetWindow() )
+			if ( ! this.targetWindow || ! this.targetWindow() ) {
 				return;
+			}
 
 			// Check to make sure the origin is valid.
 			if ( this.origin() && event.origin !== this.origin() )
