summaryrefslogtreecommitdiff
path: root/deps/v8/test/cctest/libsampler/test-sampler.cc
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/test/cctest/libsampler/test-sampler.cc')
-rw-r--r--deps/v8/test/cctest/libsampler/test-sampler.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/v8/test/cctest/libsampler/test-sampler.cc b/deps/v8/test/cctest/libsampler/test-sampler.cc
index 2ec3b870df..462da988e4 100644
--- a/deps/v8/test/cctest/libsampler/test-sampler.cc
+++ b/deps/v8/test/cctest/libsampler/test-sampler.cc
@@ -55,7 +55,7 @@ class TestSampler : public Sampler {
class TestApiCallbacks {
public:
- TestApiCallbacks() {}
+ TestApiCallbacks() = default;
static void Getter(v8::Local<v8::String> name,
const v8::PropertyCallbackInfo<v8::Value>& info) {