Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: ac6a27e1c51262726ad2e2ae90e429b9f22d9bd0
      
https://github.com/WebKit/WebKit/commit/ac6a27e1c51262726ad2e2ae90e429b9f22d9bd0
  Author: Vassili Bykov <[email protected]>
  Date:   2025-12-08 (Mon, 08 Dec 2025)

  Changed paths:
    M Source/JavaScriptCore/runtime/JSPromiseConstructor.cpp

  Log Message:
  -----------
  JSPromiseConstructor.cpp should include ObjectConstructor.h
https://bugs.webkit.org/show_bug.cgi?id=303768
rdar://166079243

Reviewed by Dan Hecht.

The recent PR for https://bugs.webkit.org/show_bug.cgi?id=303603 added code to
JSPromiseConstructor.cpp that uses the function `constructEmptyObject()` 
defined in
ObjectConstructor.h. That file is not explicitly included by 
JSPromiseConstructor.cpp,
which causes spurious build failures if the .cpp file ends up in unified 
sources in a
context where the header is not included.

This patch adds the include.

Tests: not directly testable.
Canonical link: https://commits.webkit.org/304109@main



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

Reply via email to