Skip to content

Commit 43696f5

Browse files
committed
add explicit this
1 parent 23a847b commit 43696f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascript/ql/lib/semmle/javascript/ApiGraphs.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ module API {
214214
result = Impl::trackDefNode(this.asSink())
215215
or
216216
// in case `asSink()` is not a `SourceNode`.
217-
result = asSink()
217+
result = this.asSink()
218218
}
219219

220220
/** DEPRECATED. This predicate has been renamed to `asSink`. */

0 commit comments

Comments
 (0)