diff options
author | Andreas Kling <kling@serenityos.org> | 2021-09-09 02:07:32 +0200 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-09-09 02:30:54 +0200 |
commit | d1100dd6bcc3f119d955c8655bd1e1976d767d6c (patch) | |
tree | b18330c2c7f237840582420d231188cc6e3689cd /Userland/Libraries/LibWeb/DumpLayoutTree | |
parent | 5356de1c58bcee409075e808c7460defbb2e8679 (diff) | |
download | serenity-d1100dd6bcc3f119d955c8655bd1e1976d767d6c.zip |
LibWeb: Add BrowsingContext::container() to align with the spec
We already have a base class for frame elements that we call
BrowsingContextContainer. This patch makes BrowsingContext::container()
actually return one of those.
This makes us match the spec names, and also solves a FIXME about having
a shared base for <frame> and <iframe>. (We already had the shared base,
but the pointer we had there wasn't tightly typed enough.)
Diffstat (limited to 'Userland/Libraries/LibWeb/DumpLayoutTree')
0 files changed, 0 insertions, 0 deletions