зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1131894. Break out of the loop in the DOMException constructor once we find a code/result for the given message name. r=peterv
This commit is contained in:
Родитель
c7de70479f
Коммит
d25290cfe0
|
@ -692,6 +692,7 @@ DOMException::Constructor(GlobalObject& /* unused */,
|
|||
if (name.EqualsASCII(sDOMErrorMsgMap[idx].mName)) {
|
||||
exceptionResult = sDOMErrorMsgMap[idx].mNSResult;
|
||||
exceptionCode = sDOMErrorMsgMap[idx].mCode;
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче