update to llvm 19 and c++ 23 (#18317)

Co-authored-by: nektro <5464072+nektro@users.noreply.github.com>
This commit is contained in:
Meghan Denny
2025-03-20 20:44:19 -08:00
committed by GitHub
parent 40bfda0f87
commit f2c8e63ae1
33 changed files with 107 additions and 103 deletions

View File

@@ -5665,7 +5665,7 @@ ExceptionOr<Ref<SerializedScriptValue>> SerializedScriptValue::create(JSGlobalOb
if (arrayBufferContentsArray.hasException())
return arrayBufferContentsArray.releaseException();
// auto backingStores = ImageBitmap::detachBitmaps(WTFMove(imageBitmaps));
// auto backingStores = ImageBitmap::detachBitmaps(WTFMove(imageBitmaps));
#if ENABLE(OFFSCREEN_CANVAS_IN_WORKERS)
Vector<std::unique_ptr<DetachedOffscreenCanvas>> detachedCanvases;