diff options
Diffstat (limited to 'js/src/jsgc.cpp')
-rw-r--r-- | js/src/jsgc.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/src/jsgc.cpp b/js/src/jsgc.cpp index 1e8e4fc8d..ad3d7093d 100644 --- a/js/src/jsgc.cpp +++ b/js/src/jsgc.cpp @@ -7114,4 +7114,4 @@ js::gc::detail::CellIsMarkedGrayIfKnown(const Cell* cell) } return detail::CellIsMarkedGray(tc); -}
\ No newline at end of file +} |