Skip to content

Commit 322e7e8

Browse files
LostBeardgithub-actions
authored and
github-actions
committed
Update JSInProcessObjectReference.cs
Fix for bug #48280
1 parent 8db2fb7 commit 322e7e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/JSInterop/Microsoft.JSInterop/src/Implementation/JSInProcessObjectReference.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@ public void Dispose()
4444
}
4545
}
4646

47-
[JSImport("DotNet.jsCallDispatcher.disposeJSObjectReferenceById", "blazor-internal")]
47+
[JSImport("globalThis.DotNet.jsCallDispatcher.disposeJSObjectReferenceById")]
4848
private static partial void DisposeJSObjectReferenceById([JSMarshalAs<JSType.Number>] long id);
4949
}

0 commit comments

Comments
 (0)