Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: b1f134baa5c87b005fd89121e6ae523a7ae13535
https://github.com/WebKit/WebKit/commit/b1f134baa5c87b005fd89121e6ae523a7ae13535
Author: Alberto Garcia <[email protected]>
Date: 2026-05-08 (Fri, 08 May 2026)
Changed paths:
M Source/JavaScriptCore/bytecode/ArithProfile.h
M Source/JavaScriptCore/heap/Heap.cpp
M Source/JavaScriptCore/runtime/DeferredWorkTimer.cpp
M Source/WebCore/CMakeLists.txt
M Source/WebCore/inspector/agents/page/PageTimelineAgent.cpp
M Source/WebKit/CMakeLists.txt
M Source/cmake/WebKitCommon.cmake
Log Message:
-----------
[GTK] error: no class named 'LLIntOffsetsExtractor' in namespace 'JSC'
https://bugs.webkit.org/show_bug.cgi?id=314199
Reviewed by Justin Michaud.
Fix several build errors in the i386 build of WebKitGTK.
* Source/JavaScriptCore/bytecode/ArithProfile.h:
Remove the JSC:: prefix from LLIntOffsetsExtractor since that code is
already inside a 'namespace JSC' block.
* Source/JavaScriptCore/heap/Heap.cpp:
* Source/JavaScriptCore/runtime/DeferredWorkTimer.cpp:
* Source/WebCore/inspector/agents/page/PageTimelineAgent.cpp:
Add missing include <wtf/SetForScope.h> where SetForScope is used and
was being pulled indirectly through other headers.
* Source/WebCore/CMakeLists.txt:
* Source/WebKit/CMakeLists.txt:
Use 'SKIP_PRECOMPILE_HEADERS ON' on the files that need to be compiled
without optimizations in order to avoid the build error "__OPTIMIZE__
predefined macro was enabled in precompiled file but is currently
disabled".
* Source/cmake/WebKitCommon.cmake:
After 310778@main, fix the logic that determines the target processor
so 32-bit non-ARM CPUS are not detected as armv7l.
Canonical link: https://commits.webkit.org/312907@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications