mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 8430335. Fix NS_ABORT_IF_FALSE breakage.
CLOSED TREE
This commit is contained in:
parent
8f0717a1bc
commit
a528edbf34
@ -108,7 +108,7 @@ GLLibraryEGL::EnsureInitialized()
|
|||||||
mozilla::ScopedGfxFeatureReporter reporter("EGL");
|
mozilla::ScopedGfxFeatureReporter reporter("EGL");
|
||||||
|
|
||||||
#ifdef MOZ_B2G
|
#ifdef MOZ_B2G
|
||||||
NS_ABORT_IF_FALSE(sCurrentContext.init());
|
NS_ABORT_IF_FALSE(sCurrentContext.init(), "TLS init failed");
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef XP_WIN
|
#ifdef XP_WIN
|
||||||
|
Loading…
Reference in New Issue
Block a user