Bug 266233
| Summary: | compile-webkit fails with ./interpreter/Interpreter.cpp:868:56: error: use of undeclared identifier 'VMEntryDisallowed' | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Karl Rackler <rackler> |
| Component: | JavaScriptCore | Assignee: | Mark Lam <mark.lam> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | darbinyan, mark.lam, webkit-bot-watchers-bugzilla, webkit-bug-importer, yijia_huang |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Karl Rackler
https://build.webkit.org/#/builders/945/builds/2916
https://build.webkit.org/#/builders/945/builds/2916/steps/10/logs/stdio
In file included from /Volumes/Data/worker/Apple-Sonoma-LLINT-CLoop-BuildAndTest/build/WebKitBuild/Debug/DerivedSources/JavaScriptCore/unified-sources/UnifiedSource80.cpp:3:
./interpreter/Interpreter.cpp:868:56: error: use of undeclared identifier 'VMEntryDisallowed'
CRASH_WITH_EXTRA_SECURITY_IMPLICATION_AND_INFO(VMEntryDisallowed, "VM entry disallowed"_s);
^
1 error generated.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/119499963>
Mark Lam
This looks like a simple case of a shift in unified sources. Investigating.
Alexey Proskuryakov
*** Bug 266240 has been marked as a duplicate of this bug. ***
Mark Lam
Pull request: https://github.com/WebKit/WebKit/pull/21655
EWS
Committed 271902@main (e2eaee3149c8): <https://commits.webkit.org/271902@main>
Reviewed commits have been landed. Closing PR #21655 and removing active labels.