Bug 283371
| Summary: | (visionOS): TZoneHeapInlines.h:191:5: note: expanded from macro 'MAKE_BTZONE_MALLOCED_IMPL' | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Michael Saboff <msaboff> |
| Component: | bmalloc | Assignee: | Michael Saboff <msaboff> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | ggaren, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | Other | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Michael Saboff
Error:
In file included from /System/Volumes/Data/otmp/case-sensitive/od.luxon/lw.luxon/sandbox-0/SYMROOT/BuiltProducts/DerivedSources/WebCore/unified-sources/UnifiedSource96.cpp:7:
/System/Volumes/Data/otmp/case-sensitive/od.luxon/lw.luxon/sandbox-0/WebCore_Sim/Source/WebCore/Modules/webxr/XRGPUBinding.cpp:56:1: error: call to non-static member function without an object argument
56 | WTF_MAKE_TZONE_OR_ISO_ALLOCATED_IMPL(XRGPUBinding);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /System/Volumes/Data/otmp/case-sensitive/od.luxon/lw.luxon/sandbox-0/SYMROOT/BuiltProducts/DerivedSources/WebCore/unified-sources/UnifiedSource96.cpp:1:
In file included from /System/Volumes/Data/otmp/case-sensitive/od.luxon/lw.luxon/sandbox-0/WebCore_Sim/Source/WebCore/WebCorePrefix.h:167:
/System/Volumes/Data/otmp/case-sensitive/od.luxon/lw.luxon/sandbox-0/.cas-nfs/0~jMm6bHXtEZuhQ_mJTkjmoXvIOjg0c78V_ucLoExXl67LkBKizWF11g-erkbtJQD-c7GgfDvf9tztwrR3hYKKzA/Applications/Xcode.app/Contents/Developer/Platforms/XRSimulator.platform/Developer/SDKs/XRSimulator3.0.Internal.sdk/usr/local/include/wtf/TZoneMallocInlines.h:96:52: note: expanded from macro 'WTF_MAKE_TZONE_OR_ISO_ALLOCATED_IMPL'
96 | #define WTF_MAKE_TZONE_OR_ISO_ALLOCATED_IMPL(name) MAKE_BTZONE_MALLOCED_IMPL(name, TZoneHeap)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /System/Volumes/Data/otmp/case-sensitive/od.luxon/lw.luxon/sandbox-0/SYMROOT/BuiltProducts/DerivedSources/WebCore/unified-sources/UnifiedSource96.cpp:1:
In file included from /System/Volumes/Data/otmp/case-sensitive/od.luxon/lw.luxon/sandbox-0/WebCore_Sim/Source/WebCore/WebCorePrefix.h:167:
In file included from /System/Volumes/Data/otmp/case-sensitive/od.luxon/lw.luxon/sandbox-0/.cas-nfs/0~jMm6bHXtEZuhQ_mJTkjmoXvIOjg0c78V_ucLoExXl67LkBKizWF11g-erkbtJQD-c7GgfDvf9tztwrR3hYKKzA/Applications/Xcode.app/Contents/Developer/Platforms/XRSimulator.platform/Developer/SDKs/XRSimulator3.0.Internal.sdk/usr/local/include/wtf/TZoneMallocInlines.h:75:
/System/Volumes/Data/otmp/case-sensitive/od.luxon/lw.luxon/sandbox-0/.cas-nfs/0~jMm6bHXtEZuhQ_mJTkjmoXvIOjg0c78V_ucLoExXl67LkBKizWF11g-erkbtJQD-c7GgfDvf9tztwrR3hYKKzA/Applications/Xcode.app/Contents/Developer/Platforms/XRSimulator.platform/Developer/SDKs/XRSimulator3.0.Internal.sdk/usr/local/include/bmalloc/TZoneHeapInlines.h:191:5: note: expanded from macro 'MAKE_BTZONE_MALLOCED_IMPL'
191 | btzoneHeap().deallocate(p); \
| ^~~~~~~~~~
5 errors generated.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Michael Saboff
<rdar://140210930>
Michael Saboff
Pull request: https://github.com/WebKit/WebKit/pull/36858
EWS
Committed 286811@main (95a7834a4e95): <https://commits.webkit.org/286811@main>
Reviewed commits have been landed. Closing PR #36858 and removing active labels.