mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 23:50:19 +00:00
Meta: Set has_unscopable_member for interfaces include mixins with them
This commit is contained in:
parent
bbd9490683
commit
8da0c36212
Notes:
sideshowbarker
2024-07-17 08:30:01 +09:00
Author: https://github.com/MacDue Commit: https://github.com/SerenityOS/serenity/commit/8da0c36212 Pull-request: https://github.com/SerenityOS/serenity/pull/14734
1 changed files with 3 additions and 0 deletions
|
@ -910,6 +910,9 @@ Interface& Parser::parse()
|
|||
interface.stringifier_attribute = mixin->stringifier_attribute;
|
||||
interface.has_stringifier = true;
|
||||
}
|
||||
|
||||
if (mixin->has_unscopable_member)
|
||||
interface.has_unscopable_member = true;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue