mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 16:45:03 +00:00
LibWeb: Follow-up fixes for Linus's comments in #17658
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user