* Use correct self

This commit is contained in:
Michael Van Canneyt 2025-03-03 17:22:05 +01:00
parent f7b65b4ca0
commit 6a6ce34a86

View File

@ -204,9 +204,6 @@ Type
function GetJSClassName(aObj : TJSObject) : string; function GetJSClassName(aObj : TJSObject) : string;
var
Self_ : TJSDedicatedWorkerGlobalScope; external name 'self';
implementation implementation
uses uses