| 
				
			 | 
			
			
				@@ -168,7 +168,7 @@ static NSDictionary* customCertificatesForHost; 
			 | 
		
	
		
			
			| 
				168
			 | 
			
				168
			 | 
			
			
				   wkWebViewConfig.userContentController = [WKUserContentController new]; 
			 | 
		
	
		
			
			| 
				169
			 | 
			
				169
			 | 
			
			
				  
			 | 
		
	
		
			
			| 
				170
			 | 
			
				170
			 | 
			
			
				   // Shim the HTML5 history API: 
			 | 
		
	
		
			
			| 
				171
			 | 
			
				
			 | 
			
			
				-  [wkWebViewConfig.userContentController addScriptMessageHandler:[[RNCWeakScriptMessageDelegate alloc] initWithDelegate:self] 
			 | 
		
	
		
			
			| 
				
			 | 
			
				171
			 | 
			
			
				+  [wkWebViewConfig.userContentController addScriptMessageHandler:[[RNCWeakScriptMessageDelegate alloc] initWithDelegate:self] name:HistoryShimName]; 
			 | 
		
	
		
			
			| 
				172
			 | 
			
				172
			 | 
			
			
				  
			 | 
		
	
		
			
			| 
				173
			 | 
			
				173
			 | 
			
			
				   [self resetupScripts:wkWebViewConfig]; 
			 | 
		
	
		
			
			| 
				174
			 | 
			
				174
			 | 
			
			
				  
			 |