summaryrefslogtreecommitdiff
path: root/gfx
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@wolfbeast.com>2020-01-21 21:23:46 +0100
committerwolfbeast <mcwerewolf@wolfbeast.com>2020-01-21 21:23:46 +0100
commit282ee5df56ac786710805fa3d2c28b7ce8d8d1d4 (patch)
treec90a98eeb2270f3cdd2362e55a6938148fd641b7 /gfx
parentd211e7adac5f150e10c003468cdb8a3aae79fe88 (diff)
downloaduxp-282ee5df56ac786710805fa3d2c28b7ce8d8d1d4.tar.gz
Issue mcp-graveyard/UXP#1354 - Fix typo
Diffstat (limited to 'gfx')
-rw-r--r--gfx/gl/GLContextProviderGLX.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gfx/gl/GLContextProviderGLX.cpp b/gfx/gl/GLContextProviderGLX.cpp
index 178052f8cb..c44b1a9f06 100644
--- a/gfx/gl/GLContextProviderGLX.cpp
+++ b/gfx/gl/GLContextProviderGLX.cpp
@@ -937,7 +937,7 @@ GLContextGLX::MakeCurrentImpl(bool aForce)
Unused << XPending(mDisplay);
}
if (IsDestroyed()) {
- MOZ_ALWAYS_TRUE(mGLX->xMakeCurrent(mDisplay, X11None, nullptr);
+ MOZ_ALWAYS_TRUE(mGLX->xMakeCurrent(mDisplay, X11None, nullptr));
return false; // We did not MakeCurrent mContext, but that's what we wanted!
}