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

Unified Diff: gin/dictionary.h

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 | « no previous file | gin/dictionary.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gin/dictionary.h
diff --git a/gin/dictionary.h b/gin/dictionary.h
index 64736b1d1625719aa6ee9fac1567312122e2210a..5a61cc7d4c953af5a32c26882c304a6c6c83dd0d 100644
--- a/gin/dictionary.h
+++ b/gin/dictionary.h
@@ -26,6 +26,7 @@ class GIN_EXPORT Dictionary {
public:
explicit Dictionary(v8::Isolate* isolate);
Dictionary(v8::Isolate* isolate, v8::Local<v8::Object> object);
+ Dictionary(const Dictionary& other);
~Dictionary();
static Dictionary CreateEmpty(v8::Isolate* isolate);
« no previous file with comments | « no previous file | gin/dictionary.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698