mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-30 13:19:47 +00:00
LibWeb: Follow-up fixes for Linus's comments in #17658
This commit is contained in:
@@ -12,9 +12,9 @@
|
||||
|
||||
namespace Web::HTML {
|
||||
|
||||
Plugin::Plugin(JS::Realm& realm, String const& name)
|
||||
Plugin::Plugin(JS::Realm& realm, String name)
|
||||
: Bindings::LegacyPlatformObject(realm)
|
||||
, m_name(name)
|
||||
, m_name(move(name))
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user