1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 17:37:37 +00:00

LibWeb: Remove ByteString usage in NamedNodeMap

We now have a FlyString version of get_attribute_ns, so this conversion
is no longer needed any more.
This commit is contained in:
Shannon Booth 2023-12-24 15:45:56 +13:00 committed by Andreas Kling
parent c63d30ce67
commit 020839ad7a
2 changed files with 1 additions and 6 deletions

View file

@ -9,7 +9,6 @@
#pragma once
#include <AK/ByteString.h>
#include <AK/StringView.h>
#include <LibWeb/Bindings/LegacyPlatformObject.h>
#include <LibWeb/Forward.h>