Chromium Code Reviews

Unified Diff: src/compiler/js-type-feedback.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.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « src/compiler/js-operator.cc ('k') | src/compiler/js-typed-lowering.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/compiler/js-type-feedback.h
diff --git a/src/compiler/js-type-feedback.h b/src/compiler/js-type-feedback.h
index 91c3d2e5e831906ce6fa6cb5d721e46337162b2e..e879b31e3bb6ae16093ef60392cf9f42eb35263a 100644
--- a/src/compiler/js-type-feedback.h
+++ b/src/compiler/js-type-feedback.h
@@ -58,7 +58,7 @@ class JSTypeFeedbackSpecializer : public Reducer {
CHECK(js_type_feedback);
}
- Reduction Reduce(Node* node) OVERRIDE;
+ Reduction Reduce(Node* node) override;
// Visible for unit testing.
Reduction ReduceJSLoadNamed(Node* node);
« no previous file with comments | « src/compiler/js-operator.cc ('k') | src/compiler/js-typed-lowering.h » ('j') | no next file with comments »

Powered by Google App Engine