svnlabs / google-caja

Automatically exported from code.google.com/p/google-caja
0 stars 1 forks source link

Firefox 40 Nightly moved the error.stack property where debug.js was not finding it #1964

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
On Firefox 40 Nightly, the .stack property on error objects is now a 
not-so-magical accessor property inherited from Error.prototype. Of course, 
Error.prototype.stack is not on our whitelist so it was deleted. This results 
in debug.js (and thus useHTMLLogger.js) presenting FF40 Nightly as a platform 
without accessible error stacks.

Original issue reported on code.google.com by erights on 12 Apr 2015 at 12:39