[gjs] coverage: Fix the location of the comment
- From: Jasper St. Pierre <jstpierre src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gjs] coverage: Fix the location of the comment
- Date: Mon, 3 Feb 2014 21:44:52 +0000 (UTC)
commit 160c385c1a12cc4382543bcf4f11f2997681b06b
Author: Jasper St. Pierre <jstpierre mecheye net>
Date: Mon Feb 3 14:07:26 2014 -0500
coverage: Fix the location of the comment
modules/coverage.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/modules/coverage.js b/modules/coverage.js
index 44032f4..9c26d9a 100644
--- a/modules/coverage.js
+++ b/modules/coverage.js
@@ -678,10 +678,10 @@ function CoverageStatisticsContainer(files) {
* It isn't poissible to unit test this class because it depends on running
* Debugger which in turn depends on objects injected in from another compartment */
function CoverageStatistics(files) {
+ this.container = new CoverageStatisticsContainer(files);
/* 'debuggee' comes from the invocation from
* a separate compartment inside of coverage.cpp */
- this.container = new CoverageStatisticsContainer(files);
this.dbg = new Debugger(debuggee);
this.dbg.fetchStatistics = function(statisticsContainer) {
let container = statisticsContainer;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]