From bcf87fd3c953a4006a2038a1b6a7a237f1c95232 Mon Sep 17 00:00:00 2001 From: Cheng Zhao Date: Fri, 9 Jan 2015 17:23:18 -0800 Subject: [PATCH] OVERRIDE => override --- native_mate/persistent_dictionary.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/native_mate/persistent_dictionary.h b/native_mate/persistent_dictionary.h index c0e79e54b178..ae86c6b24147 100644 --- a/native_mate/persistent_dictionary.h +++ b/native_mate/persistent_dictionary.h @@ -18,7 +18,7 @@ class PersistentDictionary : public Dictionary { PersistentDictionary(v8::Isolate* isolate, v8::Handle object); virtual ~PersistentDictionary(); - virtual v8::Handle GetHandle() const OVERRIDE; + v8::Handle GetHandle() const override; private: scoped_refptr > handle_;