Fixes
- Corrects WKWebView instrumentation bug that results in the NavigationDelegate method,
webView:didCommitNavigation:
being called instead ofwebView:didStartProvisionalNavigation:
. This would result in a crash if the former is implemented in the delegate, but the latter is not.