mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
chore: use =default for default constructors/destructors (#29511)
This commit is contained in:
@@ -14,7 +14,7 @@ namespace api {
|
||||
|
||||
namespace context_bridge {
|
||||
|
||||
ObjectCache::ObjectCache() {}
|
||||
ObjectCache::ObjectCache() = default;
|
||||
ObjectCache::~ObjectCache() = default;
|
||||
|
||||
void ObjectCache::CacheProxiedObject(v8::Local<v8::Value> from,
|
||||
|
||||
Reference in New Issue
Block a user