Bug 8430335. Fix NS_ABORT_IF_FALSE breakage.

CLOSED TREE
This commit is contained in:
Jeff Muizelaar 2014-05-30 11:11:35 -04:00
parent 5a80883fa7
commit 58a0bf276c

View File

@ -108,7 +108,7 @@ GLLibraryEGL::EnsureInitialized()
mozilla::ScopedGfxFeatureReporter reporter("EGL");
#ifdef MOZ_B2G
NS_ABORT_IF_FALSE(sCurrentContext.init());
NS_ABORT_IF_FALSE(sCurrentContext.init(), "TLS init failed");
#endif
#ifdef XP_WIN