[webkit-changes] [WebKit/WebKit] 2922af: REGRESSION(274077 at main): failure to build on i586 ...

Michael Catanzaro noreply at github.com
Mon Mar 18 11:16:42 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 2922af379dc70b4b1a63b01d67179eb431f03ac4
      https://github.com/WebKit/WebKit/commit/2922af379dc70b4b1a63b01d67179eb431f03ac4
  Author: Michael Catanzaro <mcatanzaro at redhat.com>
  Date:   2024-03-18 (Mon, 18 Mar 2024)

  Changed paths:
    M Source/WebCore/platform/Timer.cpp

  Log Message:
  -----------
  REGRESSION(274077 at main): failure to build on i586 (and likely other 32bit arches): static assertion failed: Timer should stay small
https://bugs.webkit.org/show_bug.cgi?id=271108

Unreviewed build fix. This changes SameSizeOfTimer to ensure it matches
the size of Timer on 32-bit platforms.

* Source/WebCore/platform/Timer.cpp:

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



To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications


More information about the webkit-changes mailing list