| Index: runtime/vm/parser.cc
|
| ===================================================================
|
| --- runtime/vm/parser.cc (revision 18957)
|
| +++ runtime/vm/parser.cc (working copy)
|
| @@ -66,6 +66,8 @@
|
| for (int i = 0; i < indent_; i++) { OS::Print(". "); }
|
| }
|
| static int indent_;
|
| +
|
| + DISALLOW_COPY_AND_ASSIGN(TraceParser);
|
| };
|
|
|
| int TraceParser::indent_ = 0;
|
| @@ -704,6 +706,8 @@
|
| GrowableObjectArray& functions_;
|
| GrowableObjectArray& fields_;
|
| GrowableArray<MemberDesc> members_;
|
| +
|
| + DISALLOW_COPY_AND_ASSIGN(ClassDesc);
|
| };
|
|
|
|
|
|
|