summaryrefslogtreecommitdiffstats
path: root/src/core
diff options
context:
space:
mode:
Diffstat (limited to 'src/core')
-rw-r--r--src/core/content_browser_client_qt.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/content_browser_client_qt.cpp b/src/core/content_browser_client_qt.cpp
index 8a917c72f..857d9eef9 100644
--- a/src/core/content_browser_client_qt.cpp
+++ b/src/core/content_browser_client_qt.cpp
@@ -224,7 +224,7 @@ public:
m_handle = pni->nativeResourceForContext(QByteArrayLiteral("eglcontext"), qtContext);
else if (platform == QStringLiteral("windows")) {
if (gfx::GetGLImplementation() == gfx::kGLImplementationEGLGLES2)
- m_handle = pni->nativeResourceForContext(QByteArrayLiteral("eglcontext"), qtContext);
+ m_handle = pni->nativeResourceForContext(QByteArrayLiteral("eglContext"), qtContext);
else
qFatal("Only the EGLGLES2 implementation is supported on %s platform.", platform.toLatin1().constData());
} else {