mirror of
https://github.com/github/codeql.git
synced 2026-04-28 02:05:14 +02:00
Minor change in WKNavigationDelegateSource to work around a bug
This commit is contained in:
@@ -53,7 +53,7 @@ private class AdoptsWkNavigationDelegate extends Decl {
|
||||
private class WKNavigationDelegateSource extends RemoteFlowSource {
|
||||
WKNavigationDelegateSource() {
|
||||
exists(ParamDecl p, FuncDecl f, AdoptsWkNavigationDelegate t |
|
||||
f.getEnclosingDecl() = t and
|
||||
t.getAMember() = f and
|
||||
f.getName() =
|
||||
[
|
||||
"webView(_:decidePolicyFor:preferences:decisionHandler:)",
|
||||
|
||||
Reference in New Issue
Block a user