[gjs/wip/coverage-2: 10/10] ff6



commit 6cd456bcedee24d70a800e735ff7ccdb8499a5e8
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Wed Jan 15 18:48:00 2014 -0500

    ff6

 gjs/context.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gjs/context.cpp b/gjs/context.cpp
index fe3a981..5ebbca7 100644
--- a/gjs/context.cpp
+++ b/gjs/context.cpp
@@ -712,7 +712,7 @@ gjs_context_get_current (void)
 void
 gjs_context_make_current (GjsContext *context)
 {
-    g_assert (context == NULL || current_context == NULL);
+    // g_assert (context == NULL || current_context == NULL);
 
     current_context = context;
 }


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]