mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 23:50:19 +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:
parent
e8f5085669
commit
ff7b949061
Notes:
sideshowbarker
2024-07-16 23:06:15 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/ff7b949061
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue