Commit 21a6cf8c authored by Arthur Eubanks's avatar Arthur Eubanks Committed by Commit Bot

Remove explicit default destructor to workaround clang bug

Bug: 1133353
Change-Id: I22eda82761975ec6ae36d28e83a40e3d5c3ef836
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2438485Reviewed-by: default avatarKentaro Hara <haraken@chromium.org>
Reviewed-by: default avatarYuki Shiino <yukishiino@chromium.org>
Commit-Queue: Arthur Eubanks <aeubanks@google.com>
Cr-Commit-Position: refs/heads/master@{#812092}
parent d6c0f0d0
......@@ -59,8 +59,6 @@ class CallbackInvokeHelper final {
backup_incumbent_scope_(
callback->IncumbentScriptState()->GetContext()) {}
~CallbackInvokeHelper() = default;
bool PrepareForCall(V8ValueOrScriptWrappableAdapter callback_this);
bool Call(int argc, v8::Local<v8::Value>* argv);
......
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