Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(912)

Unified Diff: src/isolate.h

Issue 1088993003: Replace OVERRIDE->override and FINAL->final since we now require C++11. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/ic/ic-state.h ('k') | src/jsregexp.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/isolate.h
diff --git a/src/isolate.h b/src/isolate.h
index 56a546197877008ba036636b8aa6f8209a5f3146..8a13e91ed69b3ab300957f963701462e09d12f4d 100644
--- a/src/isolate.h
+++ b/src/isolate.h
@@ -1504,7 +1504,7 @@ class PostponeInterruptsScope BASE_EMBEDDED {
};
-class CodeTracer FINAL : public Malloced {
+class CodeTracer final : public Malloced {
public:
explicit CodeTracer(int isolate_id)
: file_(NULL),
« no previous file with comments | « src/ic/ic-state.h ('k') | src/jsregexp.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698