mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-27 06:43:32 +00:00
Bug 1817122
- Fix linux base toolchains build.
MANUAL PUSH: trivial fix CLOSED TREE
This commit is contained in:
parent
bd5395c567
commit
790b6116e4
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user