Skip to content

Commit

Permalink
public constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
dylan-conway committed Oct 11, 2024
1 parent d862ba4 commit 01ac6a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/JavaScriptCore/runtime/JSGlobalObjectDebuggable.h
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ class JSGlobalObjectDebuggable : public Inspector::RemoteInspectionTarget {

void globalObjectDestroyed();

private:
JSGlobalObjectDebuggable(JSGlobalObject&);
private:

void callOnGlobalObjectRunLoopAndWait(Function<void()>&&) const;

Expand Down

0 comments on commit 01ac6a6

Please sign in to comment.