From c3154d2a5f2fae20fdeff0b1906628583197def2 Mon Sep 17 00:00:00 2001 From: Ed Morley Date: Fri, 30 May 2014 17:15:09 +0100 Subject: [PATCH] Backed out changeset 8bf85356ef86 (bug 8430335) --- gfx/gl/GLLibraryEGL.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gfx/gl/GLLibraryEGL.cpp b/gfx/gl/GLLibraryEGL.cpp index a8c2d7d38c7..1f5c45e1e46 100644 --- a/gfx/gl/GLLibraryEGL.cpp +++ b/gfx/gl/GLLibraryEGL.cpp @@ -108,7 +108,7 @@ GLLibraryEGL::EnsureInitialized() mozilla::ScopedGfxFeatureReporter reporter("EGL"); #ifdef MOZ_B2G - NS_ABORT_IF_FALSE(sCurrentContext.init(), "TLS init failed"); + NS_ABORT_IF_FALSE(sCurrentContext.init()); #endif #ifdef XP_WIN