summaryrefslogtreecommitdiffstats
path: root/js
diff options
context:
space:
mode:
authorwin7-7 <win7-7@users.noreply.github.com>2019-04-30 12:37:16 +0300
committerGitHub <noreply@github.com>2019-04-30 12:37:16 +0300
commit0c8c58314cb4e22d975a5802094073cd03c99d17 (patch)
tree5fa77e63c34182be34ca38614183ba56580537a5 /js
parenta2dbd23b0428ccc09a8daf52ebbc50d7141d0cd5 (diff)
downloadUXP-0c8c58314cb4e22d975a5802094073cd03c99d17.tar
UXP-0c8c58314cb4e22d975a5802094073cd03c99d17.tar.gz
UXP-0c8c58314cb4e22d975a5802094073cd03c99d17.tar.lz
UXP-0c8c58314cb4e22d975a5802094073cd03c99d17.tar.xz
UXP-0c8c58314cb4e22d975a5802094073cd03c99d17.zip
Remove rest of empty lines.
Diffstat (limited to 'js')
-rw-r--r--js/src/jsgc.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/js/src/jsgc.cpp b/js/src/jsgc.cpp
index 70d392973..a1296f0d8 100644
--- a/js/src/jsgc.cpp
+++ b/js/src/jsgc.cpp
@@ -3648,9 +3648,8 @@ GCRuntime::beginMarkPhase(JS::gcreason::Reason reason, AutoLockForExclusiveAcces
* keepAtoms() will only change on the main thread, which we are currently
* on. If the value of keepAtoms() changes between GC slices, then we'll
* cancel the incremental GC. See IsIncrementalGCSafe.
-
-
*/
+
if (isFull && !rt->keepAtoms()) {
Zone* atomsZone = rt->atomsCompartment(lock)->zone();
if (atomsZone->isGCScheduled()) {
@@ -5684,7 +5683,6 @@ GCRuntime::gcCycle(bool nonincrementalByAPI, SliceBudget& budget, JS::gcreason::
}
State prevState = incrementalState;
-
if (nonincrementalByAPI) {
// Reset any in progress incremental GC if this was triggered via the