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

Unified Diff: src/factory.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/execution.h ('k') | src/field-index.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/factory.h
diff --git a/src/factory.h b/src/factory.h
index 9ecf3206ea957c70a9c3089ed0cf205ff3a8a267..87ec2e6e701b9e7bc4125e170d5f556eaab71ca5 100644
--- a/src/factory.h
+++ b/src/factory.h
@@ -14,7 +14,7 @@ namespace internal {
class FeedbackVectorSpec;
// Interface for handle based allocation.
-class Factory FINAL {
+class Factory final {
public:
Handle<Oddball> NewOddball(Handle<Map> map,
const char* to_string,
« no previous file with comments | « src/execution.h ('k') | src/field-index.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698