Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 0f133225821541e2e8ada1251cdd705fcb82e0e1
https://github.com/WebKit/WebKit/commit/0f133225821541e2e8ada1251cdd705fcb82e0e1
Author: Anne van Kesteren <[email protected]>
Date: 2026-02-18 (Wed, 18 Feb 2026)
Changed paths:
M Source/WebCore/inspector/agents/InspectorCSSAgent.cpp
M Source/WebCore/inspector/agents/InspectorCSSAgent.h
Log Message:
-----------
Remove unsafeGet() in InspectorCSSAgent
https://bugs.webkit.org/show_bug.cgi?id=308048
Reviewed by Geoffrey Garen.
By adopting HashMap's ensure() we avoid the need for unsafeGet(). Also
migrate to Ref from RefPtr where possible.
Canonical link: https://commits.webkit.org/307755@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications