Commit 60a3a964 authored by Ng Zhi An's avatar Ng Zhi An Committed by Commit Bot

[clang-tidy] Add override to overridden destructors

See
https://clang.llvm.org/extra/clang-tidy/checks/modernize-use-override.html
for more on this warning.

Bug: v8:10488
Change-Id: Ie946a19d567f4b0d09fe61f5efbc3f62f2156b77
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2186634Reviewed-by: 's avatarJakob Kummerow <jkummerow@chromium.org>
Commit-Queue: Zhi An Ng <zhin@chromium.org>
Cr-Commit-Position: refs/heads/master@{#67657}
parent c58fc33e
......@@ -117,7 +117,7 @@ class Logger : public CodeEventListener {
};
explicit Logger(Isolate* isolate);
~Logger();
~Logger() override;
// The separator is used to write an unescaped "," into the log.
static const LogSeparator kNext;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment