Backed out changeset 8bf85356ef86 (bug 8430335)

This commit is contained in:
Ed Morley 2014-05-30 17:15:09 +01:00
parent 051570e3ee
commit c3154d2a5f

View File

@ -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