LibWeb: Follow-up fixes for Linus's comments in #17658

This commit is contained in:
Andreas Kling 2023-02-28 13:14:51 +01:00
commit 3a5802540e
Notes: sideshowbarker 2024-07-16 23:38:47 +09:00
5 changed files with 14 additions and 14 deletions

View file

@ -25,7 +25,7 @@ public:
JS::GCPtr<MimeType> named_item(String const& name) const;
private:
Plugin(JS::Realm&, String const& name);
Plugin(JS::Realm&, String name);
// https://html.spec.whatwg.org/multipage/system-state.html#concept-plugin-name
String m_name;