Revert "Update javascript/ql/src/semmle/javascript/Expr.qll"

This reverts commit 78407f85ee.
This commit is contained in:
Rebecca Valentine
2019-04-05 09:47:56 -07:00
parent 78407f85ee
commit 40e3a241a1

View File

@@ -201,7 +201,7 @@ class Expr extends @expr, ExprOrStmt, ExprOrType, AST::ValueNode {
or
// recursive cases
this = ctx.(ParExpr).getExpression() and
ctx.inNullSensitiveContext()
ctx.(ParExpr).inNullSensitiveContext()
or
this = ctx.(SeqExpr).getLastOperand() and
ctx.(SeqExpr).inNullSensitiveContext()