[webkit-changes] [WebKit/WebKit] 7a991a: HTMLFormControlElement: refine a few overrides wit...

Commit Queue noreply at github.com
Tue Jan 17 12:09:24 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 7a991acfb80faa48e886c1b9b7001dd68feb0380
      https://github.com/WebKit/WebKit/commit/7a991acfb80faa48e886c1b9b7001dd68feb0380
  Author: Alexey Shvayka <ashvayka at apple.com>
  Date:   2023-01-17 (Tue, 17 Jan 2023)

  Changed paths:
    M Source/WebCore/html/HTMLFormControlElement.h

  Log Message:
  -----------
  HTMLFormControlElement: refine a few overrides with `final` specifier
https://bugs.webkit.org/show_bug.cgi?id=250512

Reviewed by Aditya Keerthi.

These methods shouldn't be overridden.
Also reuse ValidatedFormListedElement's matchesValidPseudoClass() / matchesInvalidPseudoClass().
No new tests, no behavior change.

* Source/WebCore/html/HTMLFormControlElement.h:

Canonical link: https://commits.webkit.org/259001@main




More information about the webkit-changes mailing list