Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 0ead0a09a3c03168e5a77938a25dee0d744acc54
https://github.com/WebKit/WebKit/commit/0ead0a09a3c03168e5a77938a25dee0d744acc54
Author: Geoffrey Garen <[email protected]>
Date: 2026-06-30 (Tue, 30 Jun 2026)
Changed paths:
M Source/WebCore/inspector/agents/InspectorCanvasAgent.cpp
Log Message:
-----------
REGRESSION (315747@main): Crash beneath InspectorCanvasAgent::internalEnable
https://bugs.webkit.org/show_bug.cgi?id=318261
rdar://180768368
Reviewed by Devin Rousso.
* Source/WebCore/inspector/agents/InspectorCanvasAgent.cpp: Suppress RefPtr
checking rather than taking a RefPtr. Lifetime is guaranteed by a lock in
this case rather than a refcount. And a refcount is not allowed because we
are operating across threads.
Canonical link:
https://flagged.apple.com:443/proxy?t2=Ds5d6Y2Uy5&o=aHR0cHM6Ly9jb21taXRzLndlYmtpdC5vcmcvMzE2MjEzQG1haW4=&emid=6efb2a15-cc9b-4928-a738-da16e5f57033&c=11
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications