From d1100dd6bcc3f119d955c8655bd1e1976d767d6c Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Thu, 9 Sep 2021 02:07:32 +0200 Subject: 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 and