mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-02 18:08:58 +00:00
Trivial whitespace change.
This commit is contained in:
parent
42fca7b54a
commit
e456fc4d42
@ -37,8 +37,8 @@ function objRecurse()
|
||||
* Causes a stack overflow crash in debug builds of both the browser
|
||||
* and the shell. In the release builds this is safely caught by the
|
||||
* "too much recursion" mechanism. If I remove the 'new' from the code below
|
||||
* this is safely caught in both debug and release builds. The 'new' causes
|
||||
* a lookup for the Constructor name and seems to (at least) double the number
|
||||
* this is safely caught in both debug and release builds. The 'new' causes a
|
||||
* lookup for the Constructor name and seems to (at least) double the number
|
||||
* of items on the C stack for the given interpLevel depth.
|
||||
*/
|
||||
return new objRecurse();
|
||||
|
Loading…
Reference in New Issue
Block a user