diff --git a/xpcom/analysis/stack.js b/xpcom/analysis/stack.js index 6922a33c7f7f..3692f9f18868 100644 --- a/xpcom/analysis/stack.js +++ b/xpcom/analysis/stack.js @@ -184,7 +184,7 @@ function process_cp_pre_genericize(fndecl) let r = isStack(destType); if (r) - error("constructed object of type '%s' not on the stack: %s".format(destType.name, r), getLocation()); + warning("constructed object of type '%s' not on the stack: %s".format(destType.name, r), getLocation()); } } }