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

Unified Diff: src/api-arguments.h

Issue 1108013003: Introduce --zap-cpp-pointers (off by default) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: fixes Created 3 years, 7 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 | « no previous file | src/execution.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/api-arguments.h
diff --git a/src/api-arguments.h b/src/api-arguments.h
index ca7b4833e9947e41b1e3e2009e699e4e88d2b823..992469a49b82fad5b3dae5b7bcee99089abc7fcb 100644
--- a/src/api-arguments.h
+++ b/src/api-arguments.h
@@ -18,7 +18,7 @@ namespace internal {
template <int kArrayLength>
class CustomArgumentsBase : public Relocatable {
public:
- virtual inline void IterateInstance(RootVisitor* v) {
+ inline void IterateInstance(RootVisitor* v) override {
v->VisitRootPointers(Root::kRelocatable, values_, values_ + kArrayLength);
}
« no previous file with comments | « no previous file | src/execution.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698