[webkit-changes] [WebKit/WebKit] e9aa88: Fix missing parameter to LinkBuffer::finalizeCodeW...

Kiet Ho noreply at github.com
Tue Sep 10 02:05:42 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: e9aa88e8594be8a3ea401113a3256a73216cbeec
      https://github.com/WebKit/WebKit/commit/e9aa88e8594be8a3ea401113a3256a73216cbeec
  Author: Kiet Ho <kiet.ho at apple.com>
  Date:   2024-09-10 (Tue, 10 Sep 2024)

  Changed paths:
    M Source/WebCore/cssjit/SelectorCompiler.cpp

  Log Message:
  -----------
  Fix missing parameter to LinkBuffer::finalizeCodeWithAssembly
rdar://135604960
https://bugs.webkit.org/show_bug.cgi?id=279391

Reviewed by Yusuke Suzuki.

This particular use of LinkBuffer::finalizeCodeWithAssembly is gated
behind a debugging macro, hence it wasn't built and didn't raise
compiler errors. I manually confirmed it built without errors with
the debugging macro defined.

* Source/WebCore/cssjit/SelectorCompiler.cpp:
(WebCore::SelectorCompiler::SelectorCodeGenerator::compile):

Canonical link: https://commits.webkit.org/283407@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