#include "third_party/blink/renderer/modules/peerconnection/rtc_error_event.h"
#include "third_party/blink/renderer/platform/heap/garbage_collected.h"
namespace blink {
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 { … }
}