Skip to content

Commit 9bcbdd9

Browse files
committed
Fix a /permissive- error: Illegal qualified name.
Found while investigating #1942
1 parent 6a29ddf commit 9bcbdd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Runtime/Language/JavascriptOperators.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -698,7 +698,7 @@ namespace Js
698698
template <typename T>
699699
static BOOL OP_GetElementI_ArrayFastPath(T * arr, int indexInt, Var * result, ScriptContext * scriptContext);
700700

701-
static Var JavascriptOperators::GetElementIWithCache(Var instance, RecyclableObject* index, PropertyRecordUsageCache* propertyRecordUsageCache, ScriptContext* scriptContext);
701+
static Var GetElementIWithCache(Var instance, RecyclableObject* index, PropertyRecordUsageCache* propertyRecordUsageCache, ScriptContext* scriptContext);
702702

703703
static ImplicitCallFlags CacheAndClearImplicitBit(ScriptContext* scriptContext);
704704

0 commit comments

Comments
 (0)