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_;