Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(280)

Unified Diff: gin/dictionary.cc

Issue 1727063002: gin: Add out-of-line copy ctors for complex classes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gin/dictionary.h ('k') | gin/object_template_builder.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gin/dictionary.cc
diff --git a/gin/dictionary.cc b/gin/dictionary.cc
index 018a82c66f39878381f5dd59cd2797875c3bcec1..54f1a4a5f52ddc33398b9fdb7c0417a8a997a560 100644
--- a/gin/dictionary.cc
+++ b/gin/dictionary.cc
@@ -16,6 +16,8 @@ Dictionary::Dictionary(v8::Isolate* isolate,
object_(object) {
}
+Dictionary::Dictionary(const Dictionary& other) = default;
+
Dictionary::~Dictionary() {
}
« no previous file with comments | « gin/dictionary.h ('k') | gin/object_template_builder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698