mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-01 03:47:48 +02:00
LibWeb: Use correct JS_CELL name for WorkerEnvironmentSettingsObject
This commit is contained in:
committed by
Andreas Kling
parent
daa9e852c9
commit
8872008958
@@ -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