Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 64792588bd112fa0fd31c8533e59d2447e4bbbbc
      
https://github.com/WebKit/WebKit/commit/64792588bd112fa0fd31c8533e59d2447e4bbbbc
  Author: Zak Ridouh <[email protected]>
  Date:   2026-07-21 (Tue, 21 Jul 2026)

  Changed paths:
    M Source/WebCore/WebCoreJSBindingsPrefix.h

  Log Message:
  -----------
  [CMake] Fix the iOS simulator debug build
https://bugs.webkit.org/show_bug.cgi?id=319882
rdar://182787662

Reviewed by Sammy Gill.

The Debug iOS-simulator build failed to link WebCore.framework with
undefined JSC symbols (StructureRareData::clearPreviousID,
JSObject::putDirectInternal) referenced from the WebCoreJSBindings PCH
object. These are inline functions whose definitions the Release build
inlines away, but Debug emits external references to. Include their
defining inline headers in the bindings prefix header.

* Source/WebCore/WebCoreJSBindingsPrefix.h:

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



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

Reply via email to