#include "third_party/blink/renderer/modules/sensor/sensor_error_event.h"
#include "third_party/blink/renderer/bindings/core/v8/v8_binding_for_core.h"
#include "v8/include/v8.h"
namespace blink {
SensorErrorEvent::~SensorErrorEvent() = default;
SensorErrorEvent::SensorErrorEvent(const AtomicString& event_type,
DOMException* error)
: … { … }
SensorErrorEvent::SensorErrorEvent(const AtomicString& event_type,
const SensorErrorEventInit* initializer)
: … { … }
const AtomicString& SensorErrorEvent::InterfaceName() const { … }
void SensorErrorEvent::Trace(Visitor* visitor) const { … }
}