mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-14 21:42:19 +00:00
LibWeb: Mark Origin::serialize() as const
This commit is contained in:
parent
884b7fad48
commit
2b06e4b98b
Notes:
sideshowbarker
2024-07-17 08:53:47 +09:00
Author: https://github.com/linusg
Commit: 2b06e4b98b
Pull-request: https://github.com/SerenityOS/serenity/pull/14577
Reviewed-by: https://github.com/awesomekling ✅
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ public:
|
|||
}
|
||||
|
||||
// https://html.spec.whatwg.org/multipage/origin.html#ascii-serialisation-of-an-origin
|
||||
String serialize()
|
||||
String serialize() const
|
||||
{
|
||||
// 1. If origin is an opaque origin, then return "null"
|
||||
if (is_opaque())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue