chromium/third_party/blink/renderer/modules/peerconnection/rtc_error_event.cc

// Copyright 2019 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "third_party/blink/renderer/modules/peerconnection/rtc_error_event.h"

#include "third_party/blink/renderer/platform/heap/garbage_collected.h"

namespace blink {

// static
RTCErrorEvent* RTCErrorEvent::Create(const AtomicString& type,
                                     const RTCErrorEventInit* event_init_dict) {}

RTCErrorEvent::RTCErrorEvent(const AtomicString& type,
                             const RTCErrorEventInit* event_init_dict)
    :{}

RTCErrorEvent::RTCErrorEvent(const AtomicString& type, webrtc::RTCError error)
    :{}

RTCError* RTCErrorEvent::error() const {}

void RTCErrorEvent::Trace(Visitor* visitor) const {}

}  // namespace blink