From 01ac6a63449713c5b7cf38fb03628283041f63be Mon Sep 17 00:00:00 2001 From: Dylan Conway Date: Fri, 11 Oct 2024 16:53:59 -0700 Subject: [PATCH] public constructor --- Source/JavaScriptCore/runtime/JSGlobalObjectDebuggable.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/JavaScriptCore/runtime/JSGlobalObjectDebuggable.h b/Source/JavaScriptCore/runtime/JSGlobalObjectDebuggable.h index a324e7e3dee77..1d4a7304069c1 100644 --- a/Source/JavaScriptCore/runtime/JSGlobalObjectDebuggable.h +++ b/Source/JavaScriptCore/runtime/JSGlobalObjectDebuggable.h @@ -63,8 +63,8 @@ class JSGlobalObjectDebuggable : public Inspector::RemoteInspectionTarget { void globalObjectDestroyed(); -private: JSGlobalObjectDebuggable(JSGlobalObject&); +private: void callOnGlobalObjectRunLoopAndWait(Function&&) const;