8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cee478 commit 869873eCopy full SHA for 869873e
Source/WebKit/UIProcess/API/ios/WKWebViewIOS.mm
@@ -564,7 +564,7 @@ - (void)_didInvokeUIScrollViewDelegateCallback
564
static CGFloat contentZoomScale(WKWebView *webView)
565
{
566
CGFloat scale = webView._currentContentView.layer.affineTransform.a;
567
- ASSERT(_resizeAnimationView || scale == [webView->_scrollView zoomScale]);
+ ASSERT(webView->_resizeAnimationView || scale == [webView->_scrollView zoomScale]);
568
return scale;
569
}
570
0 commit comments