[webkit-changes] [WebKit/WebKit] 05aaf7: Fix non-unified build using InlineCallFrameMalloc ...

Commit Queue noreply at github.com
Wed Dec 20 14:39:08 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 05aaf7c79b6118cdb0b0cebbf23ccd4196d0e2d1
      https://github.com/WebKit/WebKit/commit/05aaf7c79b6118cdb0b0cebbf23ccd4196d0e2d1
  Author: David Degazio <d_degazio at apple.com>
  Date:   2023-12-20 (Wed, 20 Dec 2023)

  Changed paths:
    M Source/JavaScriptCore/bytecode/InlineCallFrame.cpp
    M Source/JavaScriptCore/bytecode/InlineCallFrameSet.h
    M Source/WTF/WTF.xcodeproj/project.pbxproj
    R Source/WTF/wtf/Bag.cpp
    M Source/WTF/wtf/CMakeLists.txt

  Log Message:
  -----------
  Fix non-unified build using InlineCallFrameMalloc in InlineCallFrameSet
https://bugs.webkit.org/show_bug.cgi?id=266662
rdar://119894558

Reviewed by Mark Lam.

Re-adds heap identifier definition to InlineCallFrame, and includes
InlineCallFrame.h in InlineCallFrameSet.h so we can use InlineCallFrameMalloc
in the frame set's WTF::Bag member. Also removes wtf/Bag.cpp since the
previous BagNode heap identifier is no longer declared or used.

* Source/JavaScriptCore/bytecode/InlineCallFrame.cpp:
* Source/JavaScriptCore/bytecode/InlineCallFrameSet.h:
* Source/WTF/WTF.xcodeproj/project.pbxproj:
* Source/WTF/wtf/Bag.cpp: Removed.
* Source/WTF/wtf/CMakeLists.txt:

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




More information about the webkit-changes mailing list