blob: bdf5287eaa502d9ba162c1632615644ec51b0a92 [file] [log] [blame]
// Copyright 2014 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// This file has been auto-generated from the Jinja2 template
// third_party/blink/renderer/bindings/templates/dictionary_impl.cc.tmpl
// by the script code_generator_v8.py.
// DO NOT MODIFY!
// clang-format off
#include "third_party/blink/renderer/bindings/tests/results/core/test_interface_event_init.h"
namespace blink {
TestInterfaceEventInit::TestInterfaceEventInit() {
}
TestInterfaceEventInit::~TestInterfaceEventInit() {}
TestInterfaceEventInit::TestInterfaceEventInit(const TestInterfaceEventInit&) = default;
TestInterfaceEventInit& TestInterfaceEventInit::operator=(const TestInterfaceEventInit&) = default;
void TestInterfaceEventInit::Trace(blink::Visitor* visitor) {
EventInit::Trace(visitor);
}
} // namespace blink