mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-25 19:04:58 +00:00
LibWeb: Make HTMLScript private members private once again
These were accidentally made public a while ago. Thankfully nobody started poking into script element internals since then. :^)
This commit is contained in:
@@ -54,7 +54,7 @@ public:
|
||||
void unmark_as_already_started(Badge<DOM::Range>);
|
||||
void unmark_as_parser_inserted(Badge<DOM::Range>);
|
||||
|
||||
public:
|
||||
private:
|
||||
HTMLScriptElement(DOM::Document&, DOM::QualifiedName);
|
||||
|
||||
virtual void resource_did_load() override;
|
||||
|
||||
Reference in New Issue
Block a user