Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 8ba376b8a5aebe72b32f56b4e1af28f6c4879436
https://github.com/WebKit/WebKit/commit/8ba376b8a5aebe72b32f56b4e1af28f6c4879436
Author: Anne van Kesteren <[email protected]>
Date: 2026-03-27 (Fri, 27 Mar 2026)
Changed paths:
M Source/WebCore/html/HTMLImageElement.cpp
Log Message:
-----------
Simplify HTMLImageElement::isServerMap()
https://bugs.webkit.org/show_bug.cgi?id=310903
Reviewed by Chris Dumez.
completeURL() only returns an isEmpty() URL when you pass it an
isNull() string so we can bypass that call altogether.
And although [0] works on isNull() strings, startsWith() seems slightly
clearer.
Canonical link: https://commits.webkit.org/310138@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications