Skip to content

Commit bdab57b

Browse files
erik-kroghasgerf
andauthored
Update javascript/ql/lib/semmle/javascript/GlobalAccessPaths.qll
Co-authored-by: Asger F <[email protected]>
1 parent c023af7 commit bdab57b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascript/ql/lib/semmle/javascript/GlobalAccessPaths.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ module AccessPath {
381381
result.getImmediateDominator() = writeNode.getBasicBlock()
382382
)
383383
or
384-
result.getImmediateDominator() = getASuccessorBBThatReadsVar(write) // more manual magic - outlined into a helper predicate.
384+
result.getImmediateDominator() = getASuccessorBBThatReadsVar(write)
385385
}
386386
}
387387

0 commit comments

Comments
 (0)