Bug 1147495 - Add missing string to state list. r=me

This commit is contained in:
Bobby Holley 2015-03-25 11:59:46 -07:00
parent 8c78ebe9a6
commit 64fb087a10

View File

@ -1282,7 +1282,8 @@ static const char* const gMachineStateStr[] = {
"SEEKING",
"BUFFERING",
"COMPLETED",
"SHUTDOWN"
"SHUTDOWN",
"ERROR"
};
void MediaDecoderStateMachine::SetState(State aState)