Index: ios/web/web_state/ui/crw_web_controller.mm |
diff --git a/ios/web/web_state/ui/crw_web_controller.mm b/ios/web/web_state/ui/crw_web_controller.mm |
index e7fe4f3c9eb05ce6788928bf465f04c870a81dd1..dc3481e98672a674ff3fc7660a59a372f86d93be 100644 |
--- a/ios/web/web_state/ui/crw_web_controller.mm |
+++ b/ios/web/web_state/ui/crw_web_controller.mm |
@@ -1487,7 +1487,6 @@ const NSTimeInterval kSnapshotOverlayTransition = 0.5; |
- (void)setDocumentURL:(const GURL&)newURL { |
if (newURL != _documentURL) { |
- CHECK(newURL.is_valid()); |
_documentURL = newURL; |
_interactionRegisteredSinceLastURLChange = NO; |
} |