From 3130cdf29eb203be0c38d1107a65d920ec39c106 Mon Sep 17 00:00:00 2001 From: Mathieu Chartier Date: Sun, 3 May 2015 15:20:23 -0700 Subject: Add some more DISALLOW_COPY_AND_ASSIGN May help prevent bugs maybe. Change-Id: Ie73d469dfcd078492ecb3aa28682b42707221202 --- runtime/jit/jit_code_cache.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime/jit/jit_code_cache.h') diff --git a/runtime/jit/jit_code_cache.h b/runtime/jit/jit_code_cache.h index da891fed77..8b76647161 100644 --- a/runtime/jit/jit_code_cache.h +++ b/runtime/jit/jit_code_cache.h @@ -130,7 +130,7 @@ class JitCodeCache { // required since we have to implement ClassLinker::GetQuickOatCodeFor for walking stacks. SafeMap method_code_map_ GUARDED_BY(lock_); - DISALLOW_COPY_AND_ASSIGN(JitCodeCache); + DISALLOW_IMPLICIT_CONSTRUCTORS(JitCodeCache); }; -- cgit v1.2.3-59-g8ed1b