Index: ios/web/web_state/ui/crw_web_controller_unittest.mm |
diff --git a/ios/web/web_state/ui/crw_web_controller_unittest.mm b/ios/web/web_state/ui/crw_web_controller_unittest.mm |
index 02623a576c4913bba812d51106a54738f0752fda..749b5b6ca2661fa91d0d003268f0381550f2f8f1 100644 |
--- a/ios/web/web_state/ui/crw_web_controller_unittest.mm |
+++ b/ios/web/web_state/ui/crw_web_controller_unittest.mm |
@@ -778,6 +778,7 @@ TEST_F(CRWWebControllerJSExecutionTest, WindowIdMissmatch) { |
TEST_F(CRWWebControllerTest, WebUrlWithTrustLevel) { |
[[[mockWebView_ stub] andReturn:[NSURL URLWithString:@(kTestURLString)]] URL]; |
[[[mockWebView_ stub] andReturnBool:NO] hasOnlySecureContent]; |
+ [[[mockWebView_ stub] andReturn:@""] title]; |
// Stub out the injection process. |
[[mockWebView_ stub] evaluateJavaScript:OCMOCK_ANY |