mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-12-08 06:09:58 +00:00
LibWeb/HTML: Rename popover "invoker"
Lots of renames, no behaviour differences. (Apart from the rename of the
IDL type, which does of course affect JS.)
Corresponds to:
16cb7808da
This commit is contained in:
parent
82dfa69e4e
commit
85478c9215
Notes:
github-actions[bot]
2025-11-27 16:45:55 +00:00
Author: https://github.com/AtkinsSJ
Commit: 85478c9215
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/6957
16 changed files with 107 additions and 103 deletions
|
|
@ -9,7 +9,7 @@
|
|||
#include <LibWeb/ARIA/Roles.h>
|
||||
#include <LibWeb/HTML/FormAssociatedElement.h>
|
||||
#include <LibWeb/HTML/HTMLElement.h>
|
||||
#include <LibWeb/HTML/PopoverInvokerElement.h>
|
||||
#include <LibWeb/HTML/PopoverTargetAttributes.h>
|
||||
|
||||
namespace Web::HTML {
|
||||
|
||||
|
|
@ -22,7 +22,7 @@ namespace Web::HTML {
|
|||
class HTMLButtonElement final
|
||||
: public HTMLElement
|
||||
, public FormAssociatedElement
|
||||
, public PopoverInvokerElement {
|
||||
, public PopoverTargetAttributes {
|
||||
WEB_PLATFORM_OBJECT(HTMLButtonElement, HTMLElement);
|
||||
GC_DECLARE_ALLOCATOR(HTMLButtonElement);
|
||||
FORM_ASSOCIATED_ELEMENT(HTMLElement, HTMLButtonElement)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue