| 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 ca23114424b25110cd961183512fc18ee9f53b60..b0f953322f6a2f2d3d0292e1b81f2a9126106291 100644
|
| --- a/ios/web/web_state/ui/crw_web_controller.mm
|
| +++ b/ios/web/web_state/ui/crw_web_controller.mm
|
| @@ -4677,7 +4677,8 @@ const NSTimeInterval kSnapshotOverlayTransition = 0.5;
|
| [self setWebView:[self webViewWithConfiguration:config]];
|
| // The following is not called in -setWebView: as the latter used in unit
|
| // tests with fake web view, which cannot be added to view hierarchy.
|
| - CHECK(_webUsageEnabled) << "Tried to create a web view while suspended!";
|
| + // Tried to create a web view while suspended!
|
| + CHECK(_webUsageEnabled);
|
|
|
| DCHECK(_webView);
|
|
|
|
|