summaryrefslogtreecommitdiffstats
path: root/js/src/gc/RootMarking.cpp
diff options
context:
space:
mode:
authorwin7-7 <win7-7@users.noreply.github.com>2019-04-29 15:33:52 +0300
committerGitHub <noreply@github.com>2019-04-29 15:33:52 +0300
commit22116f9a70e23e69d0830265901736f6d6dcf6f6 (patch)
treea33ceb84438863ab3f044e603aadfe0316ee34f3 /js/src/gc/RootMarking.cpp
parentd57c13c6d8700eebfe7042ae52e31a6ac1bb28a1 (diff)
downloadUXP-22116f9a70e23e69d0830265901736f6d6dcf6f6.tar
UXP-22116f9a70e23e69d0830265901736f6d6dcf6f6.tar.gz
UXP-22116f9a70e23e69d0830265901736f6d6dcf6f6.tar.lz
UXP-22116f9a70e23e69d0830265901736f6d6dcf6f6.tar.xz
UXP-22116f9a70e23e69d0830265901736f6d6dcf6f6.zip
add newline at end of files js/src/gc
Diffstat (limited to 'js/src/gc/RootMarking.cpp')
-rw-r--r--js/src/gc/RootMarking.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/src/gc/RootMarking.cpp b/js/src/gc/RootMarking.cpp
index ed7b8fb6f..b09ee6e00 100644
--- a/js/src/gc/RootMarking.cpp
+++ b/js/src/gc/RootMarking.cpp
@@ -540,4 +540,4 @@ GCRuntime::resetBufferedGrayRoots() const
"Do not clear the gray buffers unless we are Failed or becoming Unused");
for (GCZonesIter zone(rt); !zone.done(); zone.next())
zone->gcGrayRoots.clearAndFree();
-} \ No newline at end of file
+}