File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
javascript/frameworks/ui5/lib/advanced_security/javascript/frameworks/ui5 Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import javascript as stdlib
3
3
signature class BindingStringReaderSig {
4
4
string getBindingString ( ) ;
5
5
6
- stdlib:: DbLocation getLocation ( ) ;
6
+ stdlib:: Location getLocation ( ) ;
7
7
8
8
// Get a dataflow node associated with the binding string, if any.
9
9
// Note that not all location from which we can obtain a binding string
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ private class BindingStringReader extends TBindingString {
65
65
)
66
66
}
67
67
68
- DbLocation getLocation ( ) {
68
+ Location getLocation ( ) {
69
69
exists ( StringLiteral stringLiteral |
70
70
this = TBindingStringFromLiteral ( stringLiteral ) and
71
71
result = stringLiteral .getLocation ( )
You can’t perform that action at this time.
0 commit comments