mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 08:38:12 +00:00
LibWeb: Follow-up fixes for Linus's comments in #17658
This commit is contained in:
parent
4d0277cd9a
commit
3a5802540e
5 changed files with 14 additions and 14 deletions
|
@ -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))
|
||||
{
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue