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:
Andreas Kling 2023-03-10 14:59:46 +01:00
parent e8f5085669
commit ff7b949061
Notes: sideshowbarker 2024-07-16 23:06:15 +09:00

View file

@ -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;