[webkit-changes] [WebKit/WebKit] e4715b: Unreviewed. Update OptionsGTK.cmake and NEWS for t...
Keith Miller
noreply at github.com
Mon Sep 9 01:09:22 PDT 2024
Branch: refs/heads/webkitglib/2.44
Home: https://github.com/WebKit/WebKit
Commit: e4715b88387c15a3ff8b7cc7a2efbde89c484710
https://github.com/WebKit/WebKit/commit/e4715b88387c15a3ff8b7cc7a2efbde89c484710
Author: Adrian Perez de Castro <aperez at igalia.com>
Date: 2024-09-08 (Sun, 08 Sep 2024)
Changed paths:
M Source/WebKit/gtk/NEWS
M Source/cmake/OptionsGTK.cmake
Log Message:
-----------
Unreviewed. Update OptionsGTK.cmake and NEWS for the 2.44.4 release
* Source/WebKit/gtk/NEWS: Add release notes.
* Source/cmake/OptionsGTK.cmake: Bump version numbers.
Canonical link: https://commits.webkit.org/274313.428@webkitglib/2.44
Commit: c5b1798337822c4bcced46b640e69ecae95cc350
https://github.com/WebKit/WebKit/commit/c5b1798337822c4bcced46b640e69ecae95cc350
Author: Keith Miller <keith_miller at apple.com>
Date: 2024-09-09 (Mon, 09 Sep 2024)
Changed paths:
M Source/JavaScriptCore/bytecode/UnlinkedMetadataTable.cpp
M Source/JavaScriptCore/bytecode/UnlinkedMetadataTableInlines.h
Log Message:
-----------
Cherry-pick 279126 at main (3a6e636fb3be). https://bugs.webkit.org/show_bug.cgi?id=274523
Fix linker error in JSC testing configuration
https://bugs.webkit.org/show_bug.cgi?id=274523
rdar://128542072
Reviewed by Mark Lam.
It seems like someone holding a Ref/RefPtr to UnlinkedMetadataTable didn't
include the inlines header. Rather than figure out how to find the missing
include I just moved the destructor to the .cpp file. I don't think the
destructor is hot enough that inlining is needed.
* Source/JavaScriptCore/bytecode/UnlinkedMetadataTable.cpp:
(JSC::UnlinkedMetadataTable::~UnlinkedMetadataTable):
* Source/JavaScriptCore/bytecode/UnlinkedMetadataTableInlines.h:
(JSC::UnlinkedMetadataTable::~UnlinkedMetadataTable): Deleted.
Canonical link: https://commits.webkit.org/279126@main
Canonical link: https://commits.webkit.org/274313.429@webkitglib/2.44
Compare: https://github.com/WebKit/WebKit/compare/fd73f137dcc6...c5b179833782
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