[gjs] coverage: Fix the location of the comment



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]