Skip to content
Snippets Groups Projects
Commit 9f02eb8a authored by Greg Tatum's avatar Greg Tatum
Browse files

Bug 1728132 - Report mozilla::intl OOM errors in SpiderMonkey; r=anba

parent 238d8b17
No related branches found
No related tags found
No related merge requests found
......@@ -97,7 +97,7 @@ void js::intl::ReportInternalError(JSContext* cx,
mozilla::intl::ICUError error) {
switch (error) {
case mozilla::intl::ICUError::OutOfMemory:
MOZ_ASSERT(cx->isThrowingOutOfMemory());
ReportOutOfMemory(cx);
return;
case mozilla::intl::ICUError::InternalError:
ReportInternalError(cx);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment