[webkit-changes] [WebKit/WebKit] 1b83d7: Add size asserts for Element superclasses

Rob Buis noreply at github.com
Fri Jan 6 06:13:43 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 1b83d79388486e2e78b6c9a944642e378503bdae
      https://github.com/WebKit/WebKit/commit/1b83d79388486e2e78b6c9a944642e378503bdae
  Author: Rob Buis <rbuis at igalia.com>
  Date:   2023-01-06 (Fri, 06 Jan 2023)

  Changed paths:
    M Source/WebCore/dom/ContainerNode.cpp
    M Source/WebCore/dom/EventTarget.cpp
    M Source/WebCore/dom/Node.cpp

  Log Message:
  -----------
  Add size asserts for Element superclasses
https://bugs.webkit.org/show_bug.cgi?id=249985

Reviewed by Antti Koivisto.

Add static_asserts to Element superlasses to verify that
they do not grow in the future.

* Source/WebCore/dom/ContainerNode.cpp:
* Source/WebCore/dom/EventTarget.cpp:
* Source/WebCore/dom/Node.cpp:

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




More information about the webkit-changes mailing list