mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 17:55:07 +02:00
LibWeb: Use correct JS_CELL name for WorkerEnvironmentSettingsObject
This commit is contained in:
committed by
Andreas Kling
parent
daa9e852c9
commit
8872008958
Notes:
sideshowbarker
2024-07-17 02:38:39 +09:00
Author: https://github.com/ADKaster Commit: https://github.com/SerenityOS/serenity/commit/8872008958 Pull-request: https://github.com/SerenityOS/serenity/pull/24339
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user