| Summary: | [GTK] [2.38.1] Non-unified builds broken | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Alberto Garcia <berto> |
| Component: | WebKitGTK | Assignee: | Carlos Garcia Campos <cgarcia> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | bugs-noreply |
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
|
Description
Alberto Garcia
2022-10-20 10:15:00 PDT
This fixes the problem for me: --- webkitgtk.orig/Source/JavaScriptCore/interpreter/StackVisitor.cpp +++ webkitgtk/Source/JavaScriptCore/interpreter/StackVisitor.cpp @@ -28,6 +28,7 @@ #include "ClonedArguments.h" #include "DebuggerPrimitives.h" +#include "ExecutableBaseInlines.h" #include "InlineCallFrame.h" #include "JSCInlines.h" #include "RegisterAtOffsetList.h" Pull request: https://github.com/WebKit/WebKit/pull/5700 Committed 255910@main (c5856430df80): <https://commits.webkit.org/255910@main> Reviewed commits have been landed. Closing PR #5700 and removing active labels. |