commit | 6c403e12aee630d7dc2a31444d49fda2cf81538e | [log] [tgz] |
---|---|---|
author | Brian Carlstrom <bdc@google.com> | Tue Mar 20 13:22:55 2012 -0700 |
committer | Brian Carlstrom <bdc@google.com> | Tue Mar 20 13:22:55 2012 -0700 |
tree | b45f9ec8333790549a3430d2a33b97334c84e753 | |
parent | 0637e27af8e54f39634024dc77e8b094f21782f9 [diff] [blame] |
Add DISALLOW_COPY_AND_ASSIGN to PatchInformation Change-Id: I1802e461f46b1f567b87c20960f859739ef6a101
diff --git a/src/compiler.h b/src/compiler.h index cd2b2c8..711ee71 100644 --- a/src/compiler.h +++ b/src/compiler.h
@@ -199,6 +199,7 @@ size_t literal_offset_; friend class Compiler; + DISALLOW_COPY_AND_ASSIGN(PatchInformation); }; const std::vector<const PatchInformation*>& GetCodeToPatch() const {