mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-30 12:49:19 +00:00
LibWeb: Use correct JS_CELL name for WorkerEnvironmentSettingsObject
This commit is contained in:
parent
daa9e852c9
commit
8872008958
Notes:
sideshowbarker
2024-07-17 02:38:39 +09:00
Author: https://github.com/ADKaster
Commit: 8872008958
Pull-request: https://github.com/SerenityOS/serenity/pull/24339
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ namespace Web::HTML {
|
|||
|
||||
class WorkerEnvironmentSettingsObject final
|
||||
: public EnvironmentSettingsObject {
|
||||
JS_CELL(WindowEnvironmentSettingsObject, EnvironmentSettingsObject);
|
||||
JS_CELL(WorkerEnvironmentSettingsObject, EnvironmentSettingsObject);
|
||||
JS_DECLARE_ALLOCATOR(WorkerEnvironmentSettingsObject);
|
||||
|
||||
public:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue