Skip to content

Commit a06b959

Browse files
committed
Remove reference to old numRequestsLoading
1 parent 5614ea6 commit a06b959

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

WebViewJavascriptBridge/WKWebViewJavascriptBridge.m

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,6 @@ - (void)webView:(WKWebView *)webView
154154
- (void)webView:(WKWebView *)webView didFailProvisionalNavigation:(WKNavigation *)navigation withError:(NSError *)error {
155155
if (webView != _webView) { return; }
156156

157-
_base.numRequestsLoading--;
158-
159157
__strong typeof(_webViewDelegate) strongDelegate = _webViewDelegate;
160158
if (strongDelegate && [strongDelegate respondsToSelector:@selector(webView:didFailProvisionalNavigation:withError:)]) {
161159
[strongDelegate webView:webView didFailProvisionalNavigation:navigation withError:error];

0 commit comments

Comments
 (0)