Bug 306801
| Summary: | REGRESSION(306339@main): [Tahoe-LLINT-CLoop-BuildAndTest] IteratorOperations.cpp:301:23: error: no member named 'currentCLoopStackPointer' in 'WTF::Ref<JSC::VM>'; did you mean to use '->' instead of '.'? | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Karl Rackler <rackler> |
| Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Normal | CC: | webkit-bot-watchers-bugzilla, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Karl Rackler
Description:
After commit 306339@main landed, ahoe-LLINT-CLoop-BuildAndTest test runs began to fail.
PASS: https://build.webkit.org/#/builders/1696/builds/3585
FAIL: https://build.webkit.org/#/builders/1696/builds/3586
History:
https://build.webkit.org/#/builders/Apple-Tahoe-LLINT-CLoop-BuildAndTest?numbuilds=50
Error:
In file included from /Volumes/Data/worker/Apple-Tahoe-LLINT-CLoop-BuildAndTest/build/WebKitBuild/Debug/DerivedSources/JavaScriptCore/unified-sources/UnifiedSource113.cpp:7:
./runtime/IteratorOperations.cpp:301:23: error: no member named 'currentCLoopStackPointer' in 'WTF::Ref<JSC::VM>'; did you mean to use '->' instead of '.'?
301 | auto throwScope = DECLARE_THROW_SCOPE(vm);
1 error generated.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/169475464>
Alexey Proskuryakov
*** This bug has been marked as a duplicate of bug 306803 ***