Bug 1817122 - Fix linux base toolchains build.

MANUAL PUSH: trivial fix CLOSED TREE
This commit is contained in:
Emilio Cobos Álvarez 2023-10-05 00:37:48 +02:00
parent bd5395c567
commit 790b6116e4

View File

@ -526,7 +526,7 @@ void MediaController::DispatchAsyncEvent(const nsAString& aName) {
}
void MediaController::DispatchAsyncEvent(already_AddRefed<Event> aEvent) {
RefPtr event = aEvent;
RefPtr<Event> event = aEvent;
MOZ_ASSERT(event);
nsAutoString eventType;
event->GetType(eventType);